#AC710C

Color #AC710C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC710C

Tints of Golden Brown #AC710C

Color information

#AC710C (or 0xAC710C) is unknown color: approx Golden Brown. HEX triplet: AC, 71 and 0C. RGB value is (172,113,12). Sum of RGB (Red+Green+Blue) = 172+113+12=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC710C is #538EF3. Grayscale: #777777. Windows color (decimal): -5476084 or 815532. OLE color: 815532.

HSL color Cylindrical-coordinate representation of color #AC710C: hue angle of 37.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC710C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB17211312-
CMYK00.340.930.33
HSL37.88º86.96%36.08%-
HSV(B)37.88º93.02%67.45%-
XYZ22.9820.613.11-
YUV119.1367.55165.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 57.91%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 12 (5.08% from 255) = 4.04%
R=57.91%
G=38.05%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721131200.340.930.3337.8886.9636.08
HexAC71C0225D21265724
Octal25416114042135414612744
Binary1010110011100011100010001010111011000011001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC710C; }

 p { color: rgb(172,113,12); }

 H1.HeaderClassName
 {
   color: #AC710C;
 }
 .AnyTagClassName
 {
   color: #AC710C;
 }
</style>
background-color css

<style>
 a { background-color: #AC710C; }

 a { background-color: rgb(172,113,12); }

 div.DivClassName
 {
   background-color: #AC710C;
 }
 .BgClassName
 {
   background-color: #AC710C;
 }
</style>
border-color css

<style>
 span { border-color: #AC710C; }

 span { border-color: rgb(172,113,12); }

 td.TdClassName
 {
   border-color: #AC710C;
 }
 .TagClassName
 {
   border-color: #AC710C;
 }
</style>