#AC6212

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

Shades of Golden Brown #AC6212

Tints of Golden Brown #AC6212

Color information

#AC6212 (or 0xAC6212) is unknown color: approx Golden Brown. HEX triplet: AC, 62 and 12. RGB value is (172,98,18). Sum of RGB (Red+Green+Blue) = 172+98+18=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6212 is #539DED. Grayscale: #6F6F6F. Windows color (decimal): -5479918 or 1204908. OLE color: 1204908.

HSL color Cylindrical-coordinate representation of color #AC6212: hue angle of 31.17º 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 #AC6212 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1729818-
CMYK00.430.900.33
HSL31.17º81.05%37.25%-
HSV(B)31.17º89.53%67.45%-
XYZ21.4917.552.83-
YUV111.0175.52171.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.72%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 18 (7.42% from 255) = 6.25%
R=59.72%
G=34.03%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172981800.430.900.3331.1781.0537.25
HexAC621202B5A211f5125
Octal25414222053132413712145
Binary1010110011000101001001010111011010100001111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6212; }

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

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

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

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

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

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

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

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