Shades of Golden Brown #AC5F11
Tints of Golden Brown #AC5F11
RGB
CMYK
RGB Variations
Color information
#AC5F11 (or 0xAC5F11) is known color: Golden Brown. HEX triplet: AC, 5F and 11. RGB value is (172,95,17). Sum of RGB (Red+Green+Blue) = 172+95+17=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5F11 is #53A0EE. Grayscale: #6D6D6D. Windows color (decimal): -5480687 or 1138604. OLE color: 1138604.
HSL color Cylindrical-coordinate representation of color #AC5F11: hue angle of 30.19º 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 #AC5F11 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 95 | 17 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.33 |
| HSL | 30.19º | 0.82% | 0.37% | - |
| HSV(B) | 30.19º | 0.9% | 0.67% | - |
| XYZ | 21.21 | 17 | 2.69 | - |
| YUV | 109.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 17 | 0 | 0.45 | 0.90 | 0.33 | 30.19 | 0.82 | 0.37 |
| Hex | AC | 5F | 11 | 0 | 2D | 5A | 21 | 1E | 52 | 25 |
| Octal | 254 | 137 | 21 | 0 | 55 | 132 | 41 | 36 | 122 | 45 |
| Binary | 10101100 | 1011111 | 10001 | 0 | 101101 | 1011010 | 100001 | 11110 | 1010010 | 100101 |
Color Harmonies of #AC5F11
Complementary color
Monochromatic Colors of #AC5F11
Black with #AC5F11
Text Example
Text Example
White with #AC5F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5F11; }
p { color: rgb(172,95,17); }
H1.HeaderClassName
{
color: #AC5F11;
}
.AnyTagClassName
{
color: #AC5F11;
}
</style>
background-color css
<style>
a { background-color: #AC5F11; }
a { background-color: rgb(172,95,17); }
div.DivClassName
{
background-color: #AC5F11;
}
.BgClassName
{
background-color: #AC5F11;
}
</style>
border-color css
<style>
span { border-color: #AC5F11; }
span { border-color: rgb(172,95,17); }
td.TdClassName
{
border-color: #AC5F11;
}
.TagClassName
{
border-color: #AC5F11;
}
</style>