#AC7012

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

Shades of Golden Brown #AC7012

Tints of Golden Brown #AC7012

Color information

#AC7012 (or 0xAC7012) is unknown color: approx Golden Brown. HEX triplet: AC, 70 and 12. RGB value is (172,112,18). Sum of RGB (Red+Green+Blue) = 172+112+18=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7012 is #538FED. Grayscale: #777777. Windows color (decimal): -5476334 or 1208492. OLE color: 1208492.

HSL color Cylindrical-coordinate representation of color #AC7012: hue angle of 36.62º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC7012 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17211218-
CMYK00.350.900.33
HSL36.62º81.05%37.25%-
HSV(B)36.62º89.53%67.45%-
XYZ22.9220.43.3-
YUV119.2270.88165.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 18 (7.42% from 255) = 5.96%
R=56.95%
G=37.09%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721121800.350.900.3336.6281.0537.25
HexAC70120235A21255125
Octal25416022043132414512145
Binary10101100111000010010010001110110101000011001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7012; }

 p { color: rgb(172,112,18); }

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

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

 a { background-color: rgb(172,112,18); }

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

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

 span { border-color: rgb(172,112,18); }

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