Shades of Dark Goldenrod #AA830D
Tints of Dark Goldenrod #AA830D
RGB
CMYK
RGB Variations
Color information
#AA830D (or 0xAA830D) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 0D. RGB value is (170,131,13). Sum of RGB (Red+Green+Blue) = 170+131+13=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA830D is #557CF2. Grayscale: #818181. Windows color (decimal): -5602547 or 885674. OLE color: 885674.
HSL color Cylindrical-coordinate representation of color #AA830D: hue angle of 45.1º 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 #AA830D is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 13 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.33 |
| HSL | 45.1º | 0.86% | 0.36% | - |
| HSV(B) | 45.1º | 0.92% | 0.67% | - |
| XYZ | 24.77 | 24.81 | 3.86 | - |
| YUV | 129.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 13 | 0 | 0.23 | 0.92 | 0.33 | 45.1 | 0.86 | 0.36 |
| Hex | AA | 83 | D | 0 | 17 | 5C | 21 | 2D | 56 | 24 |
| Octal | 252 | 203 | 15 | 0 | 27 | 134 | 41 | 55 | 126 | 44 |
| Binary | 10101010 | 10000011 | 1101 | 0 | 10111 | 1011100 | 100001 | 101101 | 1010110 | 100100 |
Color Harmonies of #AA830D
Complementary color
Monochromatic Colors of #AA830D
Black with #AA830D
Text Example
Text Example
White with #AA830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA830D; }
p { color: rgb(170,131,13); }
H1.HeaderClassName
{
color: #AA830D;
}
.AnyTagClassName
{
color: #AA830D;
}
</style>
background-color css
<style>
a { background-color: #AA830D; }
a { background-color: rgb(170,131,13); }
div.DivClassName
{
background-color: #AA830D;
}
.BgClassName
{
background-color: #AA830D;
}
</style>
border-color css
<style>
span { border-color: #AA830D; }
span { border-color: rgb(170,131,13); }
td.TdClassName
{
border-color: #AA830D;
}
.TagClassName
{
border-color: #AA830D;
}
</style>