Shades of Dark Goldenrod #AA7D0F
Tints of Dark Goldenrod #AA7D0F
RGB
CMYK
RGB Variations
Color information
#AA7D0F (or 0xAA7D0F) is known color: Dark Goldenrod. HEX triplet: AA, 7D and 0F. RGB value is (170,125,15). Sum of RGB (Red+Green+Blue) = 170+125+15=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D0F is #5582F0. Grayscale: #7E7E7E. Windows color (decimal): -5604081 or 1015210. OLE color: 1015210.
HSL color Cylindrical-coordinate representation of color #AA7D0F: hue angle of 42.58º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA7D0F is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 15 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.33 |
| HSL | 42.58º | 0.84% | 0.36% | - |
| HSV(B) | 42.58º | 0.91% | 0.67% | - |
| XYZ | 24 | 23.25 | 3.67 | - |
| YUV | 125.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 15 | 0 | 0.26 | 0.91 | 0.33 | 42.58 | 0.84 | 0.36 |
| Hex | AA | 7D | F | 0 | 1A | 5B | 21 | 2B | 54 | 24 |
| Octal | 252 | 175 | 17 | 0 | 32 | 133 | 41 | 53 | 124 | 44 |
| Binary | 10101010 | 1111101 | 1111 | 0 | 11010 | 1011011 | 100001 | 101011 | 1010100 | 100100 |
Color Harmonies of #AA7D0F
Complementary color
Monochromatic Colors of #AA7D0F
Black with #AA7D0F
Text Example
Text Example
White with #AA7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D0F; }
p { color: rgb(170,125,15); }
H1.HeaderClassName
{
color: #AA7D0F;
}
.AnyTagClassName
{
color: #AA7D0F;
}
</style>
background-color css
<style>
a { background-color: #AA7D0F; }
a { background-color: rgb(170,125,15); }
div.DivClassName
{
background-color: #AA7D0F;
}
.BgClassName
{
background-color: #AA7D0F;
}
</style>
border-color css
<style>
span { border-color: #AA7D0F; }
span { border-color: rgb(170,125,15); }
td.TdClassName
{
border-color: #AA7D0F;
}
.TagClassName
{
border-color: #AA7D0F;
}
</style>