Shades of Dark Goldenrod #AA8F0B
Tints of Dark Goldenrod #AA8F0B
RGB
CMYK
RGB Variations
Color information
#AA8F0B (or 0xAA8F0B) is known color: Dark Goldenrod. HEX triplet: AA, 8F and 0B. RGB value is (170,143,11). Sum of RGB (Red+Green+Blue) = 170+143+11=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F0B is #5570F4. Grayscale: #888888. Windows color (decimal): -5599477 or 757674. OLE color: 757674.
HSL color Cylindrical-coordinate representation of color #AA8F0B: hue angle of 49.81º 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 #AA8F0B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.33 |
| HSL | 49.81º | 0.88% | 0.35% | - |
| HSV(B) | 49.81º | 0.94% | 0.67% | - |
| XYZ | 26.46 | 28.22 | 4.37 | - |
| YUV | 136.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 11 | 0 | 0.16 | 0.94 | 0.33 | 49.81 | 0.88 | 0.35 |
| Hex | AA | 8F | B | 0 | 10 | 5E | 21 | 32 | 58 | 23 |
| Octal | 252 | 217 | 13 | 0 | 20 | 136 | 41 | 62 | 130 | 43 |
| Binary | 10101010 | 10001111 | 1011 | 0 | 10000 | 1011110 | 100001 | 110010 | 1011000 | 100011 |
Color Harmonies of #AA8F0B
Complementary color
Monochromatic Colors of #AA8F0B
Black with #AA8F0B
Text Example
Text Example
White with #AA8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F0B; }
p { color: rgb(170,143,11); }
H1.HeaderClassName
{
color: #AA8F0B;
}
.AnyTagClassName
{
color: #AA8F0B;
}
</style>
background-color css
<style>
a { background-color: #AA8F0B; }
a { background-color: rgb(170,143,11); }
div.DivClassName
{
background-color: #AA8F0B;
}
.BgClassName
{
background-color: #AA8F0B;
}
</style>
border-color css
<style>
span { border-color: #AA8F0B; }
span { border-color: rgb(170,143,11); }
td.TdClassName
{
border-color: #AA8F0B;
}
.TagClassName
{
border-color: #AA8F0B;
}
</style>