Shades of Dark Goldenrod #AA8D0B
Tints of Dark Goldenrod #AA8D0B
RGB
CMYK
RGB Variations
Color information
#AA8D0B (or 0xAA8D0B) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 0B. RGB value is (170,141,11). Sum of RGB (Red+Green+Blue) = 170+141+11=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D0B is #5572F4. Grayscale: #878787. Windows color (decimal): -5599989 or 757162. OLE color: 757162.
HSL color Cylindrical-coordinate representation of color #AA8D0B: hue angle of 49.06º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA8D0B is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 11 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.33 |
| HSL | 49.06º | 0.88% | 0.35% | - |
| HSV(B) | 49.06º | 0.94% | 0.67% | - |
| XYZ | 26.16 | 27.62 | 4.27 | - |
| YUV | 134.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 11 | 0 | 0.17 | 0.94 | 0.33 | 49.06 | 0.88 | 0.35 |
| Hex | AA | 8D | B | 0 | 11 | 5E | 21 | 31 | 58 | 23 |
| Octal | 252 | 215 | 13 | 0 | 21 | 136 | 41 | 61 | 130 | 43 |
| Binary | 10101010 | 10001101 | 1011 | 0 | 10001 | 1011110 | 100001 | 110001 | 1011000 | 100011 |
Color Harmonies of #AA8D0B
Complementary color
Monochromatic Colors of #AA8D0B
Black with #AA8D0B
Text Example
Text Example
White with #AA8D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D0B; }
p { color: rgb(170,141,11); }
H1.HeaderClassName
{
color: #AA8D0B;
}
.AnyTagClassName
{
color: #AA8D0B;
}
</style>
background-color css
<style>
a { background-color: #AA8D0B; }
a { background-color: rgb(170,141,11); }
div.DivClassName
{
background-color: #AA8D0B;
}
.BgClassName
{
background-color: #AA8D0B;
}
</style>
border-color css
<style>
span { border-color: #AA8D0B; }
span { border-color: rgb(170,141,11); }
td.TdClassName
{
border-color: #AA8D0B;
}
.TagClassName
{
border-color: #AA8D0B;
}
</style>