Shades of Dark Goldenrod #AA770C
Tints of Dark Goldenrod #AA770C
RGB
CMYK
RGB Variations
Color information
#AA770C (or 0xAA770C) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 0C. RGB value is (170,119,12). Sum of RGB (Red+Green+Blue) = 170+119+12=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA770C is #5588F3. Grayscale: #7A7A7A. Windows color (decimal): -5605620 or 817066. OLE color: 817066.
HSL color Cylindrical-coordinate representation of color #AA770C: hue angle of 40.63º 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 #AA770C is Cyan = 0, Magento = 0.3, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 12 | - |
| CMYK | 0 | 0.3 | 0.93 | 0.33 |
| HSL | 40.63º | 0.87% | 0.36% | - |
| HSV(B) | 40.63º | 0.93% | 0.67% | - |
| XYZ | 23.24 | 21.77 | 3.32 | - |
| YUV | 122.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 12 | 0 | 0.3 | 0.93 | 0.33 | 40.63 | 0.87 | 0.36 |
| Hex | AA | 77 | C | 0 | 1E | 5D | 21 | 29 | 57 | 24 |
| Octal | 252 | 167 | 14 | 0 | 36 | 135 | 41 | 51 | 127 | 44 |
| Binary | 10101010 | 1110111 | 1100 | 0 | 11110 | 1011101 | 100001 | 101001 | 1010111 | 100100 |
Color Harmonies of #AA770C
Complementary color
Monochromatic Colors of #AA770C
Black with #AA770C
Text Example
Text Example
White with #AA770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA770C; }
p { color: rgb(170,119,12); }
H1.HeaderClassName
{
color: #AA770C;
}
.AnyTagClassName
{
color: #AA770C;
}
</style>
background-color css
<style>
a { background-color: #AA770C; }
a { background-color: rgb(170,119,12); }
div.DivClassName
{
background-color: #AA770C;
}
.BgClassName
{
background-color: #AA770C;
}
</style>
border-color css
<style>
span { border-color: #AA770C; }
span { border-color: rgb(170,119,12); }
td.TdClassName
{
border-color: #AA770C;
}
.TagClassName
{
border-color: #AA770C;
}
</style>