Shades of Golden Brown #AC5A0B
Tints of Golden Brown #AC5A0B
RGB
CMYK
RGB Variations
Color information
#AC5A0B (or 0xAC5A0B) is known color: Golden Brown. HEX triplet: AC, 5A and 0B. RGB value is (172,90,11). Sum of RGB (Red+Green+Blue) = 172+90+11=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A0B is #53A5F4. Grayscale: #696969. Windows color (decimal): -5481973 or 744108. OLE color: 744108.
HSL color Cylindrical-coordinate representation of color #AC5A0B: hue angle of 29.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC5A0B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.33 |
| HSL | 29.44º | 0.88% | 0.36% | - |
| HSV(B) | 29.44º | 0.94% | 0.67% | - |
| XYZ | 20.73 | 16.11 | 2.33 | - |
| YUV | 105.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 11 | 0 | 0.48 | 0.94 | 0.33 | 29.44 | 0.88 | 0.36 |
| Hex | AC | 5A | B | 0 | 30 | 5E | 21 | 1D | 58 | 24 |
| Octal | 254 | 132 | 13 | 0 | 60 | 136 | 41 | 35 | 130 | 44 |
| Binary | 10101100 | 1011010 | 1011 | 0 | 110000 | 1011110 | 100001 | 11101 | 1011000 | 100100 |
Color Harmonies of #AC5A0B
Complementary color
Monochromatic Colors of #AC5A0B
Black with #AC5A0B
Text Example
Text Example
White with #AC5A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A0B; }
p { color: rgb(172,90,11); }
H1.HeaderClassName
{
color: #AC5A0B;
}
.AnyTagClassName
{
color: #AC5A0B;
}
</style>
background-color css
<style>
a { background-color: #AC5A0B; }
a { background-color: rgb(172,90,11); }
div.DivClassName
{
background-color: #AC5A0B;
}
.BgClassName
{
background-color: #AC5A0B;
}
</style>
border-color css
<style>
span { border-color: #AC5A0B; }
span { border-color: rgb(172,90,11); }
td.TdClassName
{
border-color: #AC5A0B;
}
.TagClassName
{
border-color: #AC5A0B;
}
</style>