Shades of Dark Goldenrod #AA7200
Tints of Dark Goldenrod #AA7200
RGB
CMYK
RGB Variations
Color information
#AA7200 (or 0xAA7200) is known color: Dark Goldenrod. HEX triplet: AA, 72 and 00. RGB value is (170,114,0). Sum of RGB (Red+Green+Blue) = 170+114+0=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7200 is #558DFF. Grayscale: #767676. Windows color (decimal): -5606912 or 29354. OLE color: 29354.
HSL color Cylindrical-coordinate representation of color #AA7200: hue angle of 40.24º 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 #AA7200 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.33 |
| HSL | 40.24º | 1% | 0.33% | - |
| HSV(B) | 40.24º | 1% | 0.67% | - |
| XYZ | 22.59 | 20.58 | 2.78 | - |
| YUV | 117.75 | 61.55 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 0 | 0 | 0.33 | 1 | 0.33 | 40.24 | 1 | 0.33 |
| Hex | AA | 72 | 0 | 0 | 21 | 64 | 21 | 28 | 64 | 21 |
| Octal | 252 | 162 | 0 | 0 | 41 | 144 | 41 | 50 | 144 | 41 |
| Binary | 10101010 | 1110010 | 0 | 0 | 100001 | 1100100 | 100001 | 101000 | 1100100 | 100001 |
Color Harmonies of #AA7200
Complementary color
Monochromatic Colors of #AA7200
Black with #AA7200
Text Example
Text Example
White with #AA7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7200; }
p { color: rgb(170,114,0); }
H1.HeaderClassName
{
color: #AA7200;
}
.AnyTagClassName
{
color: #AA7200;
}
</style>
background-color css
<style>
a { background-color: #AA7200; }
a { background-color: rgb(170,114,0); }
div.DivClassName
{
background-color: #AA7200;
}
.BgClassName
{
background-color: #AA7200;
}
</style>
border-color css
<style>
span { border-color: #AA7200; }
span { border-color: rgb(170,114,0); }
td.TdClassName
{
border-color: #AA7200;
}
.TagClassName
{
border-color: #AA7200;
}
</style>