Shades of Dark Goldenrod #AA800D
Tints of Dark Goldenrod #AA800D
RGB
CMYK
RGB Variations
Color information
#AA800D (or 0xAA800D) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 0D. RGB value is (170,128,13). Sum of RGB (Red+Green+Blue) = 170+128+13=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA800D is #557FF2. Grayscale: #7F7F7F. Windows color (decimal): -5603315 or 884906. OLE color: 884906.
HSL color Cylindrical-coordinate representation of color #AA800D: hue angle of 43.95º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA800D is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 13 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.33 |
| HSL | 43.95º | 0.86% | 0.36% | - |
| HSV(B) | 43.95º | 0.92% | 0.67% | - |
| XYZ | 24.37 | 24.01 | 3.73 | - |
| YUV | 127.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 13 | 0 | 0.25 | 0.92 | 0.33 | 43.95 | 0.86 | 0.36 |
| Hex | AA | 80 | D | 0 | 19 | 5C | 21 | 2C | 56 | 24 |
| Octal | 252 | 200 | 15 | 0 | 31 | 134 | 41 | 54 | 126 | 44 |
| Binary | 10101010 | 10000000 | 1101 | 0 | 11001 | 1011100 | 100001 | 101100 | 1010110 | 100100 |
Color Harmonies of #AA800D
Complementary color
Monochromatic Colors of #AA800D
Black with #AA800D
Text Example
Text Example
White with #AA800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA800D; }
p { color: rgb(170,128,13); }
H1.HeaderClassName
{
color: #AA800D;
}
.AnyTagClassName
{
color: #AA800D;
}
</style>
background-color css
<style>
a { background-color: #AA800D; }
a { background-color: rgb(170,128,13); }
div.DivClassName
{
background-color: #AA800D;
}
.BgClassName
{
background-color: #AA800D;
}
</style>
border-color css
<style>
span { border-color: #AA800D; }
span { border-color: rgb(170,128,13); }
td.TdClassName
{
border-color: #AA800D;
}
.TagClassName
{
border-color: #AA800D;
}
</style>