Shades of Dark Goldenrod #AA8F00
Tints of Dark Goldenrod #AA8F00
RGB
CMYK
RGB Variations
Color information
#AA8F00 (or 0xAA8F00) is known color: Dark Goldenrod. HEX triplet: AA, 8F and 00. RGB value is (170,143,0). Sum of RGB (Red+Green+Blue) = 170+143+0=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F00 is #5570FF. Grayscale: #878787. Windows color (decimal): -5599488 or 36778. OLE color: 36778.
HSL color Cylindrical-coordinate representation of color #AA8F00: hue angle of 50.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA8F00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.33 |
| HSL | 50.47º | 1% | 0.33% | - |
| HSV(B) | 50.47º | 1% | 0.67% | - |
| XYZ | 26.4 | 28.19 | 4.05 | - |
| YUV | 134.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 0 | 0 | 0.16 | 1 | 0.33 | 50.47 | 1 | 0.33 |
| Hex | AA | 8F | 0 | 0 | 10 | 64 | 21 | 32 | 64 | 21 |
| Octal | 252 | 217 | 0 | 0 | 20 | 144 | 41 | 62 | 144 | 41 |
| Binary | 10101010 | 10001111 | 0 | 0 | 10000 | 1100100 | 100001 | 110010 | 1100100 | 100001 |
Color Harmonies of #AA8F00
Complementary color
Monochromatic Colors of #AA8F00
Black with #AA8F00
Text Example
Text Example
White with #AA8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F00; }
p { color: rgb(170,143,0); }
H1.HeaderClassName
{
color: #AA8F00;
}
.AnyTagClassName
{
color: #AA8F00;
}
</style>
background-color css
<style>
a { background-color: #AA8F00; }
a { background-color: rgb(170,143,0); }
div.DivClassName
{
background-color: #AA8F00;
}
.BgClassName
{
background-color: #AA8F00;
}
</style>
border-color css
<style>
span { border-color: #AA8F00; }
span { border-color: rgb(170,143,0); }
td.TdClassName
{
border-color: #AA8F00;
}
.TagClassName
{
border-color: #AA8F00;
}
</style>