Shades of Golden Brown #AC6805
Tints of Golden Brown #AC6805
RGB
CMYK
RGB Variations
Color information
#AC6805 (or 0xAC6805) is known color: Golden Brown. HEX triplet: AC, 68 and 05. RGB value is (172,104,5). Sum of RGB (Red+Green+Blue) = 172+104+5=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6805 is #5397FA. Grayscale: #717171. Windows color (decimal): -5478395 or 354476. OLE color: 354476.
HSL color Cylindrical-coordinate representation of color #AC6805: hue angle of 35.57º 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 #AC6805 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.33 |
| HSL | 35.57º | 0.94% | 0.35% | - |
| HSV(B) | 35.57º | 0.97% | 0.67% | - |
| XYZ | 21.99 | 18.68 | 2.59 | - |
| YUV | 113.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 5 | 0 | 0.40 | 0.97 | 0.33 | 35.57 | 0.94 | 0.35 |
| Hex | AC | 68 | 5 | 0 | 28 | 61 | 21 | 24 | 5E | 23 |
| Octal | 254 | 150 | 5 | 0 | 50 | 141 | 41 | 44 | 136 | 43 |
| Binary | 10101100 | 1101000 | 101 | 0 | 101000 | 1100001 | 100001 | 100100 | 1011110 | 100011 |
Color Harmonies of #AC6805
Complementary color
Monochromatic Colors of #AC6805
Black with #AC6805
Text Example
Text Example
White with #AC6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6805; }
p { color: rgb(172,104,5); }
H1.HeaderClassName
{
color: #AC6805;
}
.AnyTagClassName
{
color: #AC6805;
}
</style>
background-color css
<style>
a { background-color: #AC6805; }
a { background-color: rgb(172,104,5); }
div.DivClassName
{
background-color: #AC6805;
}
.BgClassName
{
background-color: #AC6805;
}
</style>
border-color css
<style>
span { border-color: #AC6805; }
span { border-color: rgb(172,104,5); }
td.TdClassName
{
border-color: #AC6805;
}
.TagClassName
{
border-color: #AC6805;
}
</style>