Shades of Dark Goldenrod #AA730A
Tints of Dark Goldenrod #AA730A
RGB
CMYK
RGB Variations
Color information
#AA730A (or 0xAA730A) is known color: Dark Goldenrod. HEX triplet: AA, 73 and 0A. RGB value is (170,115,10). Sum of RGB (Red+Green+Blue) = 170+115+10=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA730A is #558CF5. Grayscale: #777777. Windows color (decimal): -5606646 or 684970. OLE color: 684970.
HSL color Cylindrical-coordinate representation of color #AA730A: hue angle of 39.38º 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 #AA730A is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 10 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.33 |
| HSL | 39.38º | 0.89% | 0.35% | - |
| HSV(B) | 39.38º | 0.94% | 0.67% | - |
| XYZ | 22.76 | 20.83 | 3.11 | - |
| YUV | 119.48 | 66.22 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 10 | 0 | 0.32 | 0.94 | 0.33 | 39.38 | 0.89 | 0.35 |
| Hex | AA | 73 | A | 0 | 20 | 5E | 21 | 27 | 59 | 23 |
| Octal | 252 | 163 | 12 | 0 | 40 | 136 | 41 | 47 | 131 | 43 |
| Binary | 10101010 | 1110011 | 1010 | 0 | 100000 | 1011110 | 100001 | 100111 | 1011001 | 100011 |
Color Harmonies of #AA730A
Complementary color
Monochromatic Colors of #AA730A
Black with #AA730A
Text Example
Text Example
White with #AA730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA730A; }
p { color: rgb(170,115,10); }
H1.HeaderClassName
{
color: #AA730A;
}
.AnyTagClassName
{
color: #AA730A;
}
</style>
background-color css
<style>
a { background-color: #AA730A; }
a { background-color: rgb(170,115,10); }
div.DivClassName
{
background-color: #AA730A;
}
.BgClassName
{
background-color: #AA730A;
}
</style>
border-color css
<style>
span { border-color: #AA730A; }
span { border-color: rgb(170,115,10); }
td.TdClassName
{
border-color: #AA730A;
}
.TagClassName
{
border-color: #AA730A;
}
</style>