Shades of Dark Goldenrod #AA8C08
Tints of Dark Goldenrod #AA8C08
RGB
CMYK
RGB Variations
Color information
#AA8C08 (or 0xAA8C08) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 08. RGB value is (170,140,8). Sum of RGB (Red+Green+Blue) = 170+140+8=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C08 is #5573F7. Grayscale: #868686. Windows color (decimal): -5600248 or 560298. OLE color: 560298.
HSL color Cylindrical-coordinate representation of color #AA8C08: hue angle of 48.89º 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 #AA8C08 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 8 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.33 |
| HSL | 48.89º | 0.91% | 0.35% | - |
| HSV(B) | 48.89º | 0.95% | 0.67% | - |
| XYZ | 26 | 27.32 | 4.13 | - |
| YUV | 133.92 | 56.94 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 8 | 0 | 0.18 | 0.95 | 0.33 | 48.89 | 0.91 | 0.35 |
| Hex | AA | 8C | 8 | 0 | 12 | 5F | 21 | 31 | 5B | 23 |
| Octal | 252 | 214 | 10 | 0 | 22 | 137 | 41 | 61 | 133 | 43 |
| Binary | 10101010 | 10001100 | 1000 | 0 | 10010 | 1011111 | 100001 | 110001 | 1011011 | 100011 |
Color Harmonies of #AA8C08
Complementary color
Monochromatic Colors of #AA8C08
Black with #AA8C08
Text Example
Text Example
White with #AA8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C08; }
p { color: rgb(170,140,8); }
H1.HeaderClassName
{
color: #AA8C08;
}
.AnyTagClassName
{
color: #AA8C08;
}
</style>
background-color css
<style>
a { background-color: #AA8C08; }
a { background-color: rgb(170,140,8); }
div.DivClassName
{
background-color: #AA8C08;
}
.BgClassName
{
background-color: #AA8C08;
}
</style>
border-color css
<style>
span { border-color: #AA8C08; }
span { border-color: rgb(170,140,8); }
td.TdClassName
{
border-color: #AA8C08;
}
.TagClassName
{
border-color: #AA8C08;
}
</style>