Shades of Golden Brown #AC5D11
Tints of Golden Brown #AC5D11
RGB
CMYK
RGB Variations
Color information
#AC5D11 (or 0xAC5D11) is known color: Golden Brown. HEX triplet: AC, 5D and 11. RGB value is (172,93,17). Sum of RGB (Red+Green+Blue) = 172+93+17=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D11 is #53A2EE. Grayscale: #6C6C6C. Windows color (decimal): -5481199 or 1138092. OLE color: 1138092.
HSL color Cylindrical-coordinate representation of color #AC5D11: hue angle of 29.42º 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 #AC5D11 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 17 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.33 |
| HSL | 29.42º | 0.82% | 0.37% | - |
| HSV(B) | 29.42º | 0.9% | 0.67% | - |
| XYZ | 21.03 | 16.64 | 2.63 | - |
| YUV | 107.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 17 | 0 | 0.46 | 0.90 | 0.33 | 29.42 | 0.82 | 0.37 |
| Hex | AC | 5D | 11 | 0 | 2E | 5A | 21 | 1D | 52 | 25 |
| Octal | 254 | 135 | 21 | 0 | 56 | 132 | 41 | 35 | 122 | 45 |
| Binary | 10101100 | 1011101 | 10001 | 0 | 101110 | 1011010 | 100001 | 11101 | 1010010 | 100101 |
Color Harmonies of #AC5D11
Complementary color
Monochromatic Colors of #AC5D11
Black with #AC5D11
Text Example
Text Example
White with #AC5D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D11; }
p { color: rgb(172,93,17); }
H1.HeaderClassName
{
color: #AC5D11;
}
.AnyTagClassName
{
color: #AC5D11;
}
</style>
background-color css
<style>
a { background-color: #AC5D11; }
a { background-color: rgb(172,93,17); }
div.DivClassName
{
background-color: #AC5D11;
}
.BgClassName
{
background-color: #AC5D11;
}
</style>
border-color css
<style>
span { border-color: #AC5D11; }
span { border-color: rgb(172,93,17); }
td.TdClassName
{
border-color: #AC5D11;
}
.TagClassName
{
border-color: #AC5D11;
}
</style>