Shades of Dark Goldenrod #AA8C07
Tints of Dark Goldenrod #AA8C07
RGB
CMYK
RGB Variations
Color information
#AA8C07 (or 0xAA8C07) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 07. RGB value is (170,140,7). Sum of RGB (Red+Green+Blue) = 170+140+7=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C07 is #5573F8. Grayscale: #868686. Windows color (decimal): -5600249 or 494762. OLE color: 494762.
HSL color Cylindrical-coordinate representation of color #AA8C07: hue angle of 48.96º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA8C07 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 7 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.33 |
| HSL | 48.96º | 0.92% | 0.35% | - |
| HSV(B) | 48.96º | 0.96% | 0.67% | - |
| XYZ | 25.99 | 27.32 | 4.1 | - |
| YUV | 133.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 7 | 0 | 0.18 | 0.96 | 0.33 | 48.96 | 0.92 | 0.35 |
| Hex | AA | 8C | 7 | 0 | 12 | 60 | 21 | 31 | 5C | 23 |
| Octal | 252 | 214 | 7 | 0 | 22 | 140 | 41 | 61 | 134 | 43 |
| Binary | 10101010 | 10001100 | 111 | 0 | 10010 | 1100000 | 100001 | 110001 | 1011100 | 100011 |
Color Harmonies of #AA8C07
Complementary color
Monochromatic Colors of #AA8C07
Black with #AA8C07
Text Example
Text Example
White with #AA8C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C07; }
p { color: rgb(170,140,7); }
H1.HeaderClassName
{
color: #AA8C07;
}
.AnyTagClassName
{
color: #AA8C07;
}
</style>
background-color css
<style>
a { background-color: #AA8C07; }
a { background-color: rgb(170,140,7); }
div.DivClassName
{
background-color: #AA8C07;
}
.BgClassName
{
background-color: #AA8C07;
}
</style>
border-color css
<style>
span { border-color: #AA8C07; }
span { border-color: rgb(170,140,7); }
td.TdClassName
{
border-color: #AA8C07;
}
.TagClassName
{
border-color: #AA8C07;
}
</style>