Shades of Dark Goldenrod #AA8C06
Tints of Dark Goldenrod #AA8C06
RGB
CMYK
RGB Variations
Color information
#AA8C06 (or 0xAA8C06) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 06. RGB value is (170,140,6). Sum of RGB (Red+Green+Blue) = 170+140+6=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C06 is #5573F9. Grayscale: #868686. Windows color (decimal): -5600250 or 429226. OLE color: 429226.
HSL color Cylindrical-coordinate representation of color #AA8C06: hue angle of 49.02º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA8C06 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 6 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.33 |
| HSL | 49.02º | 0.93% | 0.35% | - |
| HSV(B) | 49.02º | 0.96% | 0.67% | - |
| XYZ | 25.99 | 27.32 | 4.07 | - |
| YUV | 133.69 | 55.94 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 6 | 0 | 0.18 | 0.96 | 0.33 | 49.02 | 0.93 | 0.35 |
| Hex | AA | 8C | 6 | 0 | 12 | 60 | 21 | 31 | 5D | 23 |
| Octal | 252 | 214 | 6 | 0 | 22 | 140 | 41 | 61 | 135 | 43 |
| Binary | 10101010 | 10001100 | 110 | 0 | 10010 | 1100000 | 100001 | 110001 | 1011101 | 100011 |
Color Harmonies of #AA8C06
Complementary color
Monochromatic Colors of #AA8C06
Black with #AA8C06
Text Example
Text Example
White with #AA8C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C06; }
p { color: rgb(170,140,6); }
H1.HeaderClassName
{
color: #AA8C06;
}
.AnyTagClassName
{
color: #AA8C06;
}
</style>
background-color css
<style>
a { background-color: #AA8C06; }
a { background-color: rgb(170,140,6); }
div.DivClassName
{
background-color: #AA8C06;
}
.BgClassName
{
background-color: #AA8C06;
}
</style>
border-color css
<style>
span { border-color: #AA8C06; }
span { border-color: rgb(170,140,6); }
td.TdClassName
{
border-color: #AA8C06;
}
.TagClassName
{
border-color: #AA8C06;
}
</style>