Shades of Dark Goldenrod #AA8B0C
Tints of Dark Goldenrod #AA8B0C
RGB
CMYK
RGB Variations
Color information
#AA8B0C (or 0xAA8B0C) is known color: Dark Goldenrod. HEX triplet: AA, 8B and 0C. RGB value is (170,139,12). Sum of RGB (Red+Green+Blue) = 170+139+12=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8B0C is #5574F3. Grayscale: #868686. Windows color (decimal): -5600500 or 822186. OLE color: 822186.
HSL color Cylindrical-coordinate representation of color #AA8B0C: hue angle of 48.23º 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 #AA8B0C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 12 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.33 |
| HSL | 48.23º | 0.87% | 0.36% | - |
| HSV(B) | 48.23º | 0.93% | 0.67% | - |
| XYZ | 25.88 | 27.04 | 4.2 | - |
| YUV | 133.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 12 | 0 | 0.18 | 0.93 | 0.33 | 48.23 | 0.87 | 0.36 |
| Hex | AA | 8B | C | 0 | 12 | 5D | 21 | 30 | 57 | 24 |
| Octal | 252 | 213 | 14 | 0 | 22 | 135 | 41 | 60 | 127 | 44 |
| Binary | 10101010 | 10001011 | 1100 | 0 | 10010 | 1011101 | 100001 | 110000 | 1010111 | 100100 |
Color Harmonies of #AA8B0C
Complementary color
Monochromatic Colors of #AA8B0C
Black with #AA8B0C
Text Example
Text Example
White with #AA8B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B0C; }
p { color: rgb(170,139,12); }
H1.HeaderClassName
{
color: #AA8B0C;
}
.AnyTagClassName
{
color: #AA8B0C;
}
</style>
background-color css
<style>
a { background-color: #AA8B0C; }
a { background-color: rgb(170,139,12); }
div.DivClassName
{
background-color: #AA8B0C;
}
.BgClassName
{
background-color: #AA8B0C;
}
</style>
border-color css
<style>
span { border-color: #AA8B0C; }
span { border-color: rgb(170,139,12); }
td.TdClassName
{
border-color: #AA8B0C;
}
.TagClassName
{
border-color: #AA8B0C;
}
</style>