Shades of Dark Goldenrod #AA8208
Tints of Dark Goldenrod #AA8208
RGB
CMYK
RGB Variations
Color information
#AA8208 (or 0xAA8208) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 08. RGB value is (170,130,8). Sum of RGB (Red+Green+Blue) = 170+130+8=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8208 is #557DF7. Grayscale: #808080. Windows color (decimal): -5602808 or 557738. OLE color: 557738.
HSL color Cylindrical-coordinate representation of color #AA8208: hue angle of 45.19º 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 #AA8208 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 8 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.33 |
| HSL | 45.19º | 0.91% | 0.35% | - |
| HSV(B) | 45.19º | 0.95% | 0.67% | - |
| XYZ | 24.6 | 24.53 | 3.67 | - |
| YUV | 128.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 8 | 0 | 0.24 | 0.95 | 0.33 | 45.19 | 0.91 | 0.35 |
| Hex | AA | 82 | 8 | 0 | 18 | 5F | 21 | 2D | 5B | 23 |
| Octal | 252 | 202 | 10 | 0 | 30 | 137 | 41 | 55 | 133 | 43 |
| Binary | 10101010 | 10000010 | 1000 | 0 | 11000 | 1011111 | 100001 | 101101 | 1011011 | 100011 |
Color Harmonies of #AA8208
Complementary color
Monochromatic Colors of #AA8208
Black with #AA8208
Text Example
Text Example
White with #AA8208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8208; }
p { color: rgb(170,130,8); }
H1.HeaderClassName
{
color: #AA8208;
}
.AnyTagClassName
{
color: #AA8208;
}
</style>
background-color css
<style>
a { background-color: #AA8208; }
a { background-color: rgb(170,130,8); }
div.DivClassName
{
background-color: #AA8208;
}
.BgClassName
{
background-color: #AA8208;
}
</style>
border-color css
<style>
span { border-color: #AA8208; }
span { border-color: rgb(170,130,8); }
td.TdClassName
{
border-color: #AA8208;
}
.TagClassName
{
border-color: #AA8208;
}
</style>