Shades of Golden Brown #AC5E01
Tints of Golden Brown #AC5E01
RGB
CMYK
RGB Variations
Color information
#AC5E01 (or 0xAC5E01) is known color: Golden Brown. HEX triplet: AC, 5E and 01. RGB value is (172,94,1). Sum of RGB (Red+Green+Blue) = 172+94+1=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E01 is #53A1FE. Grayscale: #6B6B6B. Windows color (decimal): -5480959 or 89772. OLE color: 89772.
HSL color Cylindrical-coordinate representation of color #AC5E01: hue angle of 32.63º 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 #AC5E01 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.33 |
| HSL | 32.63º | 0.99% | 0.34% | - |
| HSV(B) | 32.63º | 0.99% | 0.67% | - |
| XYZ | 21.02 | 16.78 | 2.16 | - |
| YUV | 106.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 1 | 0 | 0.45 | 0.99 | 0.33 | 32.63 | 0.99 | 0.34 |
| Hex | AC | 5E | 1 | 0 | 2D | 63 | 21 | 21 | 63 | 22 |
| Octal | 254 | 136 | 1 | 0 | 55 | 143 | 41 | 41 | 143 | 42 |
| Binary | 10101100 | 1011110 | 1 | 0 | 101101 | 1100011 | 100001 | 100001 | 1100011 | 100010 |
Color Harmonies of #AC5E01
Complementary color
Monochromatic Colors of #AC5E01
Black with #AC5E01
Text Example
Text Example
White with #AC5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E01; }
p { color: rgb(172,94,1); }
H1.HeaderClassName
{
color: #AC5E01;
}
.AnyTagClassName
{
color: #AC5E01;
}
</style>
background-color css
<style>
a { background-color: #AC5E01; }
a { background-color: rgb(172,94,1); }
div.DivClassName
{
background-color: #AC5E01;
}
.BgClassName
{
background-color: #AC5E01;
}
</style>
border-color css
<style>
span { border-color: #AC5E01; }
span { border-color: rgb(172,94,1); }
td.TdClassName
{
border-color: #AC5E01;
}
.TagClassName
{
border-color: #AC5E01;
}
</style>