Shades of Dark Goldenrod #AA7F00
Tints of Dark Goldenrod #AA7F00
RGB
CMYK
RGB Variations
Color information
#AA7F00 (or 0xAA7F00) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 00. RGB value is (170,127,0). Sum of RGB (Red+Green+Blue) = 170+127+0=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F00 is #5580FF. Grayscale: #7D7D7D. Windows color (decimal): -5603584 or 32682. OLE color: 32682.
HSL color Cylindrical-coordinate representation of color #AA7F00: hue angle of 44.82º 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 #AA7F00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.33 |
| HSL | 44.82º | 1% | 0.33% | - |
| HSV(B) | 44.82º | 1% | 0.67% | - |
| XYZ | 24.17 | 23.72 | 3.31 | - |
| YUV | 125.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 0 | 0 | 0.25 | 1 | 0.33 | 44.82 | 1 | 0.33 |
| Hex | AA | 7F | 0 | 0 | 19 | 64 | 21 | 2D | 64 | 21 |
| Octal | 252 | 177 | 0 | 0 | 31 | 144 | 41 | 55 | 144 | 41 |
| Binary | 10101010 | 1111111 | 0 | 0 | 11001 | 1100100 | 100001 | 101101 | 1100100 | 100001 |
Color Harmonies of #AA7F00
Complementary color
Monochromatic Colors of #AA7F00
Black with #AA7F00
Text Example
Text Example
White with #AA7F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F00; }
p { color: rgb(170,127,0); }
H1.HeaderClassName
{
color: #AA7F00;
}
.AnyTagClassName
{
color: #AA7F00;
}
</style>
background-color css
<style>
a { background-color: #AA7F00; }
a { background-color: rgb(170,127,0); }
div.DivClassName
{
background-color: #AA7F00;
}
.BgClassName
{
background-color: #AA7F00;
}
</style>
border-color css
<style>
span { border-color: #AA7F00; }
span { border-color: rgb(170,127,0); }
td.TdClassName
{
border-color: #AA7F00;
}
.TagClassName
{
border-color: #AA7F00;
}
</style>