#AC5B12

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

Shades of Golden Brown #AC5B12

Tints of Golden Brown #AC5B12

Color information

#AC5B12 (or 0xAC5B12) is unknown color: approx Golden Brown. HEX triplet: AC, 5B and 12. RGB value is (172,91,18). Sum of RGB (Red+Green+Blue) = 172+91+18=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5B12 is #53A4ED. Grayscale: #6B6B6B. Windows color (decimal): -5481710 or 1203116. OLE color: 1203116.

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

Color convert

RGB1729118-
CMYK00.470.900.33
HSL28.44º81.05%37.25%-
HSV(B)28.44º89.53%67.45%-
XYZ20.8616.32.62-
YUV106.977.84174.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.21%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=61.21%
G=32.38%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172911800.470.900.3328.4481.0537.25
HexAC5B1202F5A211c5125
Octal25413322057132413412145
Binary1010110010110111001001011111011010100001111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B12; }

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

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

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

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

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

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

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

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