Shades of Golden Brown #AC5E11
Tints of Golden Brown #AC5E11
RGB
CMYK
RGB Variations
Color information
#AC5E11 (or 0xAC5E11) is known color: Golden Brown. HEX triplet: AC, 5E and 11. RGB value is (172,94,17). Sum of RGB (Red+Green+Blue) = 172+94+17=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E11 is #53A1EE. Grayscale: #6C6C6C. Windows color (decimal): -5480943 or 1138348. OLE color: 1138348.
HSL color Cylindrical-coordinate representation of color #AC5E11: hue angle of 29.81º 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 #AC5E11 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 17 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.33 |
| HSL | 29.81º | 0.82% | 0.37% | - |
| HSV(B) | 29.81º | 0.9% | 0.67% | - |
| XYZ | 21.12 | 16.82 | 2.66 | - |
| YUV | 108.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 17 | 0 | 0.45 | 0.90 | 0.33 | 29.81 | 0.82 | 0.37 |
| Hex | AC | 5E | 11 | 0 | 2D | 5A | 21 | 1E | 52 | 25 |
| Octal | 254 | 136 | 21 | 0 | 55 | 132 | 41 | 36 | 122 | 45 |
| Binary | 10101100 | 1011110 | 10001 | 0 | 101101 | 1011010 | 100001 | 11110 | 1010010 | 100101 |
Color Harmonies of #AC5E11
Complementary color
Monochromatic Colors of #AC5E11
Black with #AC5E11
Text Example
Text Example
White with #AC5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E11; }
p { color: rgb(172,94,17); }
H1.HeaderClassName
{
color: #AC5E11;
}
.AnyTagClassName
{
color: #AC5E11;
}
</style>
background-color css
<style>
a { background-color: #AC5E11; }
a { background-color: rgb(172,94,17); }
div.DivClassName
{
background-color: #AC5E11;
}
.BgClassName
{
background-color: #AC5E11;
}
</style>
border-color css
<style>
span { border-color: #AC5E11; }
span { border-color: rgb(172,94,17); }
td.TdClassName
{
border-color: #AC5E11;
}
.TagClassName
{
border-color: #AC5E11;
}
</style>