Shades of Golden Brown #AC5B00
Tints of Golden Brown #AC5B00
RGB
CMYK
RGB Variations
Color information
#AC5B00 (or 0xAC5B00) is known color: Golden Brown. HEX triplet: AC, 5B and 00. RGB value is (172,91,0). Sum of RGB (Red+Green+Blue) = 172+91+0=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5B00 is #53A4FF. Grayscale: #696969. Windows color (decimal): -5481728 or 23468. OLE color: 23468.
HSL color Cylindrical-coordinate representation of color #AC5B00: hue angle of 31.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC5B00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 91 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.33 |
| HSL | 31.74º | 1% | 0.34% | - |
| HSV(B) | 31.74º | 1% | 0.67% | - |
| XYZ | 20.75 | 16.25 | 2.04 | - |
| YUV | 104.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 0 | 0 | 0.47 | 1 | 0.33 | 31.74 | 1 | 0.34 |
| Hex | AC | 5B | 0 | 0 | 2F | 64 | 21 | 20 | 64 | 22 |
| Octal | 254 | 133 | 0 | 0 | 57 | 144 | 41 | 40 | 144 | 42 |
| Binary | 10101100 | 1011011 | 0 | 0 | 101111 | 1100100 | 100001 | 100000 | 1100100 | 100010 |
Color Harmonies of #AC5B00
Complementary color
Monochromatic Colors of #AC5B00
Black with #AC5B00
Text Example
Text Example
White with #AC5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5B00; }
p { color: rgb(172,91,0); }
H1.HeaderClassName
{
color: #AC5B00;
}
.AnyTagClassName
{
color: #AC5B00;
}
</style>
background-color css
<style>
a { background-color: #AC5B00; }
a { background-color: rgb(172,91,0); }
div.DivClassName
{
background-color: #AC5B00;
}
.BgClassName
{
background-color: #AC5B00;
}
</style>
border-color css
<style>
span { border-color: #AC5B00; }
span { border-color: rgb(172,91,0); }
td.TdClassName
{
border-color: #AC5B00;
}
.TagClassName
{
border-color: #AC5B00;
}
</style>