Shades of Golden Brown #AC6008
Tints of Golden Brown #AC6008
RGB
CMYK
RGB Variations
Color information
#AC6008 (or 0xAC6008) is known color: Golden Brown. HEX triplet: AC, 60 and 08. RGB value is (172,96,8). Sum of RGB (Red+Green+Blue) = 172+96+8=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6008 is #539FF7. Grayscale: #6D6D6D. Windows color (decimal): -5480440 or 549036. OLE color: 549036.
HSL color Cylindrical-coordinate representation of color #AC6008: hue angle of 32.2º 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 #AC6008 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 8 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.33 |
| HSL | 32.2º | 0.91% | 0.35% | - |
| HSV(B) | 32.2º | 0.95% | 0.67% | - |
| XYZ | 21.24 | 17.15 | 2.42 | - |
| YUV | 108.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 8 | 0 | 0.44 | 0.95 | 0.33 | 32.2 | 0.91 | 0.35 |
| Hex | AC | 60 | 8 | 0 | 2C | 5F | 21 | 20 | 5B | 23 |
| Octal | 254 | 140 | 10 | 0 | 54 | 137 | 41 | 40 | 133 | 43 |
| Binary | 10101100 | 1100000 | 1000 | 0 | 101100 | 1011111 | 100001 | 100000 | 1011011 | 100011 |
Color Harmonies of #AC6008
Complementary color
Monochromatic Colors of #AC6008
Black with #AC6008
Text Example
Text Example
White with #AC6008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6008; }
p { color: rgb(172,96,8); }
H1.HeaderClassName
{
color: #AC6008;
}
.AnyTagClassName
{
color: #AC6008;
}
</style>
background-color css
<style>
a { background-color: #AC6008; }
a { background-color: rgb(172,96,8); }
div.DivClassName
{
background-color: #AC6008;
}
.BgClassName
{
background-color: #AC6008;
}
</style>
border-color css
<style>
span { border-color: #AC6008; }
span { border-color: rgb(172,96,8); }
td.TdClassName
{
border-color: #AC6008;
}
.TagClassName
{
border-color: #AC6008;
}
</style>