Shades of Golden Brown #AC5901
Tints of Golden Brown #AC5901
RGB
CMYK
RGB Variations
Color information
#AC5901 (or 0xAC5901) is known color: Golden Brown. HEX triplet: AC, 59 and 01. RGB value is (172,89,1). Sum of RGB (Red+Green+Blue) = 172+89+1=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5901 is #53A6FE. Grayscale: #686868. Windows color (decimal): -5482239 or 88492. OLE color: 88492.
HSL color Cylindrical-coordinate representation of color #AC5901: hue angle of 30.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC5901 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.33 |
| HSL | 30.88º | 0.99% | 0.34% | - |
| HSV(B) | 30.88º | 0.99% | 0.67% | - |
| XYZ | 20.59 | 15.92 | 2.02 | - |
| YUV | 103.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 1 | 0 | 0.48 | 0.99 | 0.33 | 30.88 | 0.99 | 0.34 |
| Hex | AC | 59 | 1 | 0 | 30 | 63 | 21 | 1F | 63 | 22 |
| Octal | 254 | 131 | 1 | 0 | 60 | 143 | 41 | 37 | 143 | 42 |
| Binary | 10101100 | 1011001 | 1 | 0 | 110000 | 1100011 | 100001 | 11111 | 1100011 | 100010 |
Color Harmonies of #AC5901
Complementary color
Monochromatic Colors of #AC5901
Black with #AC5901
Text Example
Text Example
White with #AC5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5901; }
p { color: rgb(172,89,1); }
H1.HeaderClassName
{
color: #AC5901;
}
.AnyTagClassName
{
color: #AC5901;
}
</style>
background-color css
<style>
a { background-color: #AC5901; }
a { background-color: rgb(172,89,1); }
div.DivClassName
{
background-color: #AC5901;
}
.BgClassName
{
background-color: #AC5901;
}
</style>
border-color css
<style>
span { border-color: #AC5901; }
span { border-color: rgb(172,89,1); }
td.TdClassName
{
border-color: #AC5901;
}
.TagClassName
{
border-color: #AC5901;
}
</style>