Shades of Dark Goldenrod #AA8A12
Tints of Dark Goldenrod #AA8A12
RGB
CMYK
RGB Variations
Color information
#AA8A12 (or 0xAA8A12) is known color: Dark Goldenrod. HEX triplet: AA, 8A and 12. RGB value is (170,138,18). Sum of RGB (Red+Green+Blue) = 170+138+18=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A12 is #5575ED. Grayscale: #868686. Windows color (decimal): -5600750 or 1215146. OLE color: 1215146.
HSL color Cylindrical-coordinate representation of color #AA8A12: hue angle of 47.37º 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 #AA8A12 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 18 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.33 |
| HSL | 47.37º | 0.81% | 0.37% | - |
| HSV(B) | 47.37º | 0.89% | 0.67% | - |
| XYZ | 25.78 | 26.77 | 4.38 | - |
| YUV | 133.89 | 62.6 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 18 | 0 | 0.19 | 0.89 | 0.33 | 47.37 | 0.81 | 0.37 |
| Hex | AA | 8A | 12 | 0 | 13 | 59 | 21 | 2F | 51 | 25 |
| Octal | 252 | 212 | 22 | 0 | 23 | 131 | 41 | 57 | 121 | 45 |
| Binary | 10101010 | 10001010 | 10010 | 0 | 10011 | 1011001 | 100001 | 101111 | 1010001 | 100101 |
Color Harmonies of #AA8A12
Complementary color
Monochromatic Colors of #AA8A12
Black with #AA8A12
Text Example
Text Example
White with #AA8A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A12; }
p { color: rgb(170,138,18); }
H1.HeaderClassName
{
color: #AA8A12;
}
.AnyTagClassName
{
color: #AA8A12;
}
</style>
background-color css
<style>
a { background-color: #AA8A12; }
a { background-color: rgb(170,138,18); }
div.DivClassName
{
background-color: #AA8A12;
}
.BgClassName
{
background-color: #AA8A12;
}
</style>
border-color css
<style>
span { border-color: #AA8A12; }
span { border-color: rgb(170,138,18); }
td.TdClassName
{
border-color: #AA8A12;
}
.TagClassName
{
border-color: #AA8A12;
}
</style>