Shades of Golden Brown #AC5B11
Tints of Golden Brown #AC5B11
RGB
CMYK
RGB Variations
Color information
#AC5B11 (or 0xAC5B11) is known color: Golden Brown. HEX triplet: AC, 5B and 11. RGB value is (172,91,17). Sum of RGB (Red+Green+Blue) = 172+91+17=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5B11 is #53A4EE. Grayscale: #6B6B6B. Windows color (decimal): -5481711 or 1137580. OLE color: 1137580.
HSL color Cylindrical-coordinate representation of color #AC5B11: hue angle of 28.65º degrees, saturation: 0.82, 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 #AC5B11 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 91 | 17 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.33 |
| HSL | 28.65º | 0.82% | 0.37% | - |
| HSV(B) | 28.65º | 0.9% | 0.67% | - |
| XYZ | 20.86 | 16.29 | 2.58 | - |
| YUV | 106.78 | 77.34 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 17 | 0 | 0.47 | 0.90 | 0.33 | 28.65 | 0.82 | 0.37 |
| Hex | AC | 5B | 11 | 0 | 2F | 5A | 21 | 1D | 52 | 25 |
| Octal | 254 | 133 | 21 | 0 | 57 | 132 | 41 | 35 | 122 | 45 |
| Binary | 10101100 | 1011011 | 10001 | 0 | 101111 | 1011010 | 100001 | 11101 | 1010010 | 100101 |
Color Harmonies of #AC5B11
Complementary color
Monochromatic Colors of #AC5B11
Black with #AC5B11
Text Example
Text Example
White with #AC5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5B11; }
p { color: rgb(172,91,17); }
H1.HeaderClassName
{
color: #AC5B11;
}
.AnyTagClassName
{
color: #AC5B11;
}
</style>
background-color css
<style>
a { background-color: #AC5B11; }
a { background-color: rgb(172,91,17); }
div.DivClassName
{
background-color: #AC5B11;
}
.BgClassName
{
background-color: #AC5B11;
}
</style>
border-color css
<style>
span { border-color: #AC5B11; }
span { border-color: rgb(172,91,17); }
td.TdClassName
{
border-color: #AC5B11;
}
.TagClassName
{
border-color: #AC5B11;
}
</style>