Shades of Dark Goldenrod #AA7D01
Tints of Dark Goldenrod #AA7D01
RGB
CMYK
RGB Variations
Color information
#AA7D01 (or 0xAA7D01) is known color: Dark Goldenrod. HEX triplet: AA, 7D and 01. RGB value is (170,125,1). Sum of RGB (Red+Green+Blue) = 170+125+1=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D01 is #5582FE. Grayscale: #7C7C7C. Windows color (decimal): -5604095 or 97706. OLE color: 97706.
HSL color Cylindrical-coordinate representation of color #AA7D01: hue angle of 44.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA7D01 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.33 |
| HSL | 44.02º | 0.99% | 0.34% | - |
| HSV(B) | 44.02º | 0.99% | 0.67% | - |
| XYZ | 23.92 | 23.22 | 3.25 | - |
| YUV | 124.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 1 | 0 | 0.26 | 0.99 | 0.33 | 44.02 | 0.99 | 0.34 |
| Hex | AA | 7D | 1 | 0 | 1A | 63 | 21 | 2C | 63 | 22 |
| Octal | 252 | 175 | 1 | 0 | 32 | 143 | 41 | 54 | 143 | 42 |
| Binary | 10101010 | 1111101 | 1 | 0 | 11010 | 1100011 | 100001 | 101100 | 1100011 | 100010 |
Color Harmonies of #AA7D01
Complementary color
Monochromatic Colors of #AA7D01
Black with #AA7D01
Text Example
Text Example
White with #AA7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D01; }
p { color: rgb(170,125,1); }
H1.HeaderClassName
{
color: #AA7D01;
}
.AnyTagClassName
{
color: #AA7D01;
}
</style>
background-color css
<style>
a { background-color: #AA7D01; }
a { background-color: rgb(170,125,1); }
div.DivClassName
{
background-color: #AA7D01;
}
.BgClassName
{
background-color: #AA7D01;
}
</style>
border-color css
<style>
span { border-color: #AA7D01; }
span { border-color: rgb(170,125,1); }
td.TdClassName
{
border-color: #AA7D01;
}
.TagClassName
{
border-color: #AA7D01;
}
</style>