Shades of Golden Brown #AC6408
Tints of Golden Brown #AC6408
RGB
CMYK
RGB Variations
Color information
#AC6408 (or 0xAC6408) is known color: Golden Brown. HEX triplet: AC, 64 and 08. RGB value is (172,100,8). Sum of RGB (Red+Green+Blue) = 172+100+8=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6408 is #539BF7. Grayscale: #6F6F6F. Windows color (decimal): -5479416 or 550060. OLE color: 550060.
HSL color Cylindrical-coordinate representation of color #AC6408: hue angle of 33.66º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC6408 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 8 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.33 |
| HSL | 33.66º | 0.91% | 0.35% | - |
| HSV(B) | 33.66º | 0.95% | 0.67% | - |
| XYZ | 21.61 | 17.9 | 2.55 | - |
| YUV | 111.04 | 69.85 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 8 | 0 | 0.42 | 0.95 | 0.33 | 33.66 | 0.91 | 0.35 |
| Hex | AC | 64 | 8 | 0 | 2A | 5F | 21 | 22 | 5B | 23 |
| Octal | 254 | 144 | 10 | 0 | 52 | 137 | 41 | 42 | 133 | 43 |
| Binary | 10101100 | 1100100 | 1000 | 0 | 101010 | 1011111 | 100001 | 100010 | 1011011 | 100011 |
Color Harmonies of #AC6408
Complementary color
Monochromatic Colors of #AC6408
Black with #AC6408
Text Example
Text Example
White with #AC6408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6408; }
p { color: rgb(172,100,8); }
H1.HeaderClassName
{
color: #AC6408;
}
.AnyTagClassName
{
color: #AC6408;
}
</style>
background-color css
<style>
a { background-color: #AC6408; }
a { background-color: rgb(172,100,8); }
div.DivClassName
{
background-color: #AC6408;
}
.BgClassName
{
background-color: #AC6408;
}
</style>
border-color css
<style>
span { border-color: #AC6408; }
span { border-color: rgb(172,100,8); }
td.TdClassName
{
border-color: #AC6408;
}
.TagClassName
{
border-color: #AC6408;
}
</style>