Shades of Golden Brown #AC5805
Tints of Golden Brown #AC5805
RGB
CMYK
RGB Variations
Color information
#AC5805 (or 0xAC5805) is known color: Golden Brown. HEX triplet: AC, 58 and 05. RGB value is (172,88,5). Sum of RGB (Red+Green+Blue) = 172+88+5=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5805 is #53A7FA. Grayscale: #686868. Windows color (decimal): -5482491 or 350380. OLE color: 350380.
HSL color Cylindrical-coordinate representation of color #AC5805: hue angle of 29.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC5805 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 5 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.33 |
| HSL | 29.82º | 0.94% | 0.35% | - |
| HSV(B) | 29.82º | 0.97% | 0.67% | - |
| XYZ | 20.53 | 15.76 | 2.1 | - |
| YUV | 103.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 5 | 0 | 0.49 | 0.97 | 0.33 | 29.82 | 0.94 | 0.35 |
| Hex | AC | 58 | 5 | 0 | 31 | 61 | 21 | 1E | 5E | 23 |
| Octal | 254 | 130 | 5 | 0 | 61 | 141 | 41 | 36 | 136 | 43 |
| Binary | 10101100 | 1011000 | 101 | 0 | 110001 | 1100001 | 100001 | 11110 | 1011110 | 100011 |
Color Harmonies of #AC5805
Complementary color
Monochromatic Colors of #AC5805
Black with #AC5805
Text Example
Text Example
White with #AC5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5805; }
p { color: rgb(172,88,5); }
H1.HeaderClassName
{
color: #AC5805;
}
.AnyTagClassName
{
color: #AC5805;
}
</style>
background-color css
<style>
a { background-color: #AC5805; }
a { background-color: rgb(172,88,5); }
div.DivClassName
{
background-color: #AC5805;
}
.BgClassName
{
background-color: #AC5805;
}
</style>
border-color css
<style>
span { border-color: #AC5805; }
span { border-color: rgb(172,88,5); }
td.TdClassName
{
border-color: #AC5805;
}
.TagClassName
{
border-color: #AC5805;
}
</style>