Shades of Dark Goldenrod #AA750A
Tints of Dark Goldenrod #AA750A
RGB
CMYK
RGB Variations
Color information
#AA750A (or 0xAA750A) is known color: Dark Goldenrod. HEX triplet: AA, 75 and 0A. RGB value is (170,117,10). Sum of RGB (Red+Green+Blue) = 170+117+10=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA750A is #558AF5. Grayscale: #797979. Windows color (decimal): -5606134 or 685482. OLE color: 685482.
HSL color Cylindrical-coordinate representation of color #AA750A: hue angle of 40.12º degrees, saturation: 0.89, 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 #AA750A is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 10 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.33 |
| HSL | 40.13º | 0.89% | 0.35% | - |
| HSV(B) | 40.13º | 0.94% | 0.67% | - |
| XYZ | 22.99 | 21.29 | 3.18 | - |
| YUV | 120.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 10 | 0 | 0.31 | 0.94 | 0.33 | 40.13 | 0.89 | 0.35 |
| Hex | AA | 75 | A | 0 | 1F | 5E | 21 | 28 | 59 | 23 |
| Octal | 252 | 165 | 12 | 0 | 37 | 136 | 41 | 50 | 131 | 43 |
| Binary | 10101010 | 1110101 | 1010 | 0 | 11111 | 1011110 | 100001 | 101000 | 1011001 | 100011 |
Color Harmonies of #AA750A
Complementary color
Monochromatic Colors of #AA750A
Black with #AA750A
Text Example
Text Example
White with #AA750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA750A; }
p { color: rgb(170,117,10); }
H1.HeaderClassName
{
color: #AA750A;
}
.AnyTagClassName
{
color: #AA750A;
}
</style>
background-color css
<style>
a { background-color: #AA750A; }
a { background-color: rgb(170,117,10); }
div.DivClassName
{
background-color: #AA750A;
}
.BgClassName
{
background-color: #AA750A;
}
</style>
border-color css
<style>
span { border-color: #AA750A; }
span { border-color: rgb(170,117,10); }
td.TdClassName
{
border-color: #AA750A;
}
.TagClassName
{
border-color: #AA750A;
}
</style>