Shades of Dark Goldenrod #AA8C00
Tints of Dark Goldenrod #AA8C00
RGB
CMYK
RGB Variations
Color information
#AA8C00 (or 0xAA8C00) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 00. RGB value is (170,140,0). Sum of RGB (Red+Green+Blue) = 170+140+0=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C00 is #5573FF. Grayscale: #858585. Windows color (decimal): -5600256 or 36010. OLE color: 36010.
HSL color Cylindrical-coordinate representation of color #AA8C00: hue angle of 49.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA8C00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.33 |
| HSL | 49.41º | 1% | 0.33% | - |
| HSV(B) | 49.41º | 1% | 0.67% | - |
| XYZ | 25.96 | 27.3 | 3.9 | - |
| YUV | 133.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 0 | 0 | 0.18 | 1 | 0.33 | 49.41 | 1 | 0.33 |
| Hex | AA | 8C | 0 | 0 | 12 | 64 | 21 | 31 | 64 | 21 |
| Octal | 252 | 214 | 0 | 0 | 22 | 144 | 41 | 61 | 144 | 41 |
| Binary | 10101010 | 10001100 | 0 | 0 | 10010 | 1100100 | 100001 | 110001 | 1100100 | 100001 |
Color Harmonies of #AA8C00
Complementary color
Monochromatic Colors of #AA8C00
Black with #AA8C00
Text Example
Text Example
White with #AA8C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C00; }
p { color: rgb(170,140,0); }
H1.HeaderClassName
{
color: #AA8C00;
}
.AnyTagClassName
{
color: #AA8C00;
}
</style>
background-color css
<style>
a { background-color: #AA8C00; }
a { background-color: rgb(170,140,0); }
div.DivClassName
{
background-color: #AA8C00;
}
.BgClassName
{
background-color: #AA8C00;
}
</style>
border-color css
<style>
span { border-color: #AA8C00; }
span { border-color: rgb(170,140,0); }
td.TdClassName
{
border-color: #AA8C00;
}
.TagClassName
{
border-color: #AA8C00;
}
</style>