Shades of Dark Goldenrod #AA800C
Tints of Dark Goldenrod #AA800C
RGB
CMYK
RGB Variations
Color information
#AA800C (or 0xAA800C) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 0C. RGB value is (170,128,12). Sum of RGB (Red+Green+Blue) = 170+128+12=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA800C is #557FF3. Grayscale: #7F7F7F. Windows color (decimal): -5603316 or 819370. OLE color: 819370.
HSL color Cylindrical-coordinate representation of color #AA800C: hue angle of 44.05º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA800C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 12 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.33 |
| HSL | 44.05º | 0.87% | 0.36% | - |
| HSV(B) | 44.05º | 0.93% | 0.67% | - |
| XYZ | 24.36 | 24.01 | 3.7 | - |
| YUV | 127.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 12 | 0 | 0.25 | 0.93 | 0.33 | 44.05 | 0.87 | 0.36 |
| Hex | AA | 80 | C | 0 | 19 | 5D | 21 | 2C | 57 | 24 |
| Octal | 252 | 200 | 14 | 0 | 31 | 135 | 41 | 54 | 127 | 44 |
| Binary | 10101010 | 10000000 | 1100 | 0 | 11001 | 1011101 | 100001 | 101100 | 1010111 | 100100 |
Color Harmonies of #AA800C
Complementary color
Monochromatic Colors of #AA800C
Black with #AA800C
Text Example
Text Example
White with #AA800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA800C; }
p { color: rgb(170,128,12); }
H1.HeaderClassName
{
color: #AA800C;
}
.AnyTagClassName
{
color: #AA800C;
}
</style>
background-color css
<style>
a { background-color: #AA800C; }
a { background-color: rgb(170,128,12); }
div.DivClassName
{
background-color: #AA800C;
}
.BgClassName
{
background-color: #AA800C;
}
</style>
border-color css
<style>
span { border-color: #AA800C; }
span { border-color: rgb(170,128,12); }
td.TdClassName
{
border-color: #AA800C;
}
.TagClassName
{
border-color: #AA800C;
}
</style>