Shades of Dark Goldenrod #AA8315
Tints of Dark Goldenrod #AA8315
RGB
CMYK
RGB Variations
Color information
#AA8315 (or 0xAA8315) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 15. RGB value is (170,131,21). Sum of RGB (Red+Green+Blue) = 170+131+21=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8315 is #557CEA. Grayscale: #828282. Windows color (decimal): -5602539 or 1409962. OLE color: 1409962.
HSL color Cylindrical-coordinate representation of color #AA8315: hue angle of 44.3º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA8315 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 21 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.33 |
| HSL | 44.3º | 0.78% | 0.37% | - |
| HSV(B) | 44.3º | 0.88% | 0.67% | - |
| XYZ | 24.83 | 24.83 | 4.19 | - |
| YUV | 130.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 21 | 0 | 0.23 | 0.88 | 0.33 | 44.3 | 0.78 | 0.37 |
| Hex | AA | 83 | 15 | 0 | 17 | 58 | 21 | 2C | 4E | 25 |
| Octal | 252 | 203 | 25 | 0 | 27 | 130 | 41 | 54 | 116 | 45 |
| Binary | 10101010 | 10000011 | 10101 | 0 | 10111 | 1011000 | 100001 | 101100 | 1001110 | 100101 |
Color Harmonies of #AA8315
Complementary color
Monochromatic Colors of #AA8315
Black with #AA8315
Text Example
Text Example
White with #AA8315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8315; }
p { color: rgb(170,131,21); }
H1.HeaderClassName
{
color: #AA8315;
}
.AnyTagClassName
{
color: #AA8315;
}
</style>
background-color css
<style>
a { background-color: #AA8315; }
a { background-color: rgb(170,131,21); }
div.DivClassName
{
background-color: #AA8315;
}
.BgClassName
{
background-color: #AA8315;
}
</style>
border-color css
<style>
span { border-color: #AA8315; }
span { border-color: rgb(170,131,21); }
td.TdClassName
{
border-color: #AA8315;
}
.TagClassName
{
border-color: #AA8315;
}
</style>