Shades of Dark Goldenrod #AA7812
Tints of Dark Goldenrod #AA7812
RGB
CMYK
RGB Variations
Color information
#AA7812 (or 0xAA7812) is known color: Dark Goldenrod. HEX triplet: AA, 78 and 12. RGB value is (170,120,18). Sum of RGB (Red+Green+Blue) = 170+120+18=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7812 is #5587ED. Grayscale: #7B7B7B. Windows color (decimal): -5605358 or 1210538. OLE color: 1210538.
HSL color Cylindrical-coordinate representation of color #AA7812: hue angle of 40.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA7812 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 18 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.33 |
| HSL | 40.26º | 0.81% | 0.37% | - |
| HSV(B) | 40.26º | 0.89% | 0.67% | - |
| XYZ | 23.4 | 22.02 | 3.59 | - |
| YUV | 123.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 18 | 0 | 0.29 | 0.89 | 0.33 | 40.26 | 0.81 | 0.37 |
| Hex | AA | 78 | 12 | 0 | 1D | 59 | 21 | 28 | 51 | 25 |
| Octal | 252 | 170 | 22 | 0 | 35 | 131 | 41 | 50 | 121 | 45 |
| Binary | 10101010 | 1111000 | 10010 | 0 | 11101 | 1011001 | 100001 | 101000 | 1010001 | 100101 |
Color Harmonies of #AA7812
Complementary color
Monochromatic Colors of #AA7812
Black with #AA7812
Text Example
Text Example
White with #AA7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7812; }
p { color: rgb(170,120,18); }
H1.HeaderClassName
{
color: #AA7812;
}
.AnyTagClassName
{
color: #AA7812;
}
</style>
background-color css
<style>
a { background-color: #AA7812; }
a { background-color: rgb(170,120,18); }
div.DivClassName
{
background-color: #AA7812;
}
.BgClassName
{
background-color: #AA7812;
}
</style>
border-color css
<style>
span { border-color: #AA7812; }
span { border-color: rgb(170,120,18); }
td.TdClassName
{
border-color: #AA7812;
}
.TagClassName
{
border-color: #AA7812;
}
</style>