Shades of Dark Goldenrod #AA830F
Tints of Dark Goldenrod #AA830F
RGB
CMYK
RGB Variations
Color information
#AA830F (or 0xAA830F) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 0F. RGB value is (170,131,15). Sum of RGB (Red+Green+Blue) = 170+131+15=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA830F is #557CF0. Grayscale: #818181. Windows color (decimal): -5602545 or 1016746. OLE color: 1016746.
HSL color Cylindrical-coordinate representation of color #AA830F: hue angle of 44.9º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA830F is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 15 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.33 |
| HSL | 44.9º | 0.84% | 0.36% | - |
| HSV(B) | 44.9º | 0.91% | 0.67% | - |
| XYZ | 24.78 | 24.81 | 3.94 | - |
| YUV | 129.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 15 | 0 | 0.23 | 0.91 | 0.33 | 44.9 | 0.84 | 0.36 |
| Hex | AA | 83 | F | 0 | 17 | 5B | 21 | 2D | 54 | 24 |
| Octal | 252 | 203 | 17 | 0 | 27 | 133 | 41 | 55 | 124 | 44 |
| Binary | 10101010 | 10000011 | 1111 | 0 | 10111 | 1011011 | 100001 | 101101 | 1010100 | 100100 |
Color Harmonies of #AA830F
Complementary color
Monochromatic Colors of #AA830F
Black with #AA830F
Text Example
Text Example
White with #AA830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA830F; }
p { color: rgb(170,131,15); }
H1.HeaderClassName
{
color: #AA830F;
}
.AnyTagClassName
{
color: #AA830F;
}
</style>
background-color css
<style>
a { background-color: #AA830F; }
a { background-color: rgb(170,131,15); }
div.DivClassName
{
background-color: #AA830F;
}
.BgClassName
{
background-color: #AA830F;
}
</style>
border-color css
<style>
span { border-color: #AA830F; }
span { border-color: rgb(170,131,15); }
td.TdClassName
{
border-color: #AA830F;
}
.TagClassName
{
border-color: #AA830F;
}
</style>