Shades of Dark Goldenrod #AA8908
Tints of Dark Goldenrod #AA8908
RGB
CMYK
RGB Variations
Color information
#AA8908 (or 0xAA8908) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 08. RGB value is (170,137,8). Sum of RGB (Red+Green+Blue) = 170+137+8=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8908 is #5576F7. Grayscale: #848484. Windows color (decimal): -5601016 or 559530. OLE color: 559530.
HSL color Cylindrical-coordinate representation of color #AA8908: hue angle of 47.78º 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 #AA8908 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 8 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.33 |
| HSL | 47.78º | 0.91% | 0.35% | - |
| HSV(B) | 47.78º | 0.95% | 0.67% | - |
| XYZ | 25.57 | 26.45 | 3.99 | - |
| YUV | 132.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 8 | 0 | 0.19 | 0.95 | 0.33 | 47.78 | 0.91 | 0.35 |
| Hex | AA | 89 | 8 | 0 | 13 | 5F | 21 | 30 | 5B | 23 |
| Octal | 252 | 211 | 10 | 0 | 23 | 137 | 41 | 60 | 133 | 43 |
| Binary | 10101010 | 10001001 | 1000 | 0 | 10011 | 1011111 | 100001 | 110000 | 1011011 | 100011 |
Color Harmonies of #AA8908
Complementary color
Monochromatic Colors of #AA8908
Black with #AA8908
Text Example
Text Example
White with #AA8908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8908; }
p { color: rgb(170,137,8); }
H1.HeaderClassName
{
color: #AA8908;
}
.AnyTagClassName
{
color: #AA8908;
}
</style>
background-color css
<style>
a { background-color: #AA8908; }
a { background-color: rgb(170,137,8); }
div.DivClassName
{
background-color: #AA8908;
}
.BgClassName
{
background-color: #AA8908;
}
</style>
border-color css
<style>
span { border-color: #AA8908; }
span { border-color: rgb(170,137,8); }
td.TdClassName
{
border-color: #AA8908;
}
.TagClassName
{
border-color: #AA8908;
}
</style>