Shades of Dark Goldenrod #AA810D
Tints of Dark Goldenrod #AA810D
RGB
CMYK
RGB Variations
Color information
#AA810D (or 0xAA810D) is known color: Dark Goldenrod. HEX triplet: AA, 81 and 0D. RGB value is (170,129,13). Sum of RGB (Red+Green+Blue) = 170+129+13=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA810D is #557EF2. Grayscale: #808080. Windows color (decimal): -5603059 or 885162. OLE color: 885162.
HSL color Cylindrical-coordinate representation of color #AA810D: hue angle of 44.33º 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 #AA810D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 13 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.33 |
| HSL | 44.33º | 0.86% | 0.36% | - |
| HSV(B) | 44.33º | 0.92% | 0.67% | - |
| XYZ | 24.5 | 24.28 | 3.78 | - |
| YUV | 128.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 13 | 0 | 0.24 | 0.92 | 0.33 | 44.33 | 0.86 | 0.36 |
| Hex | AA | 81 | D | 0 | 18 | 5C | 21 | 2C | 56 | 24 |
| Octal | 252 | 201 | 15 | 0 | 30 | 134 | 41 | 54 | 126 | 44 |
| Binary | 10101010 | 10000001 | 1101 | 0 | 11000 | 1011100 | 100001 | 101100 | 1010110 | 100100 |
Color Harmonies of #AA810D
Complementary color
Monochromatic Colors of #AA810D
Black with #AA810D
Text Example
Text Example
White with #AA810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA810D; }
p { color: rgb(170,129,13); }
H1.HeaderClassName
{
color: #AA810D;
}
.AnyTagClassName
{
color: #AA810D;
}
</style>
background-color css
<style>
a { background-color: #AA810D; }
a { background-color: rgb(170,129,13); }
div.DivClassName
{
background-color: #AA810D;
}
.BgClassName
{
background-color: #AA810D;
}
</style>
border-color css
<style>
span { border-color: #AA810D; }
span { border-color: rgb(170,129,13); }
td.TdClassName
{
border-color: #AA810D;
}
.TagClassName
{
border-color: #AA810D;
}
</style>