Shades of Dark Goldenrod #AA760C
Tints of Dark Goldenrod #AA760C
RGB
CMYK
RGB Variations
Color information
#AA760C (or 0xAA760C) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 0C. RGB value is (170,118,12). Sum of RGB (Red+Green+Blue) = 170+118+12=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA760C is #5589F3. Grayscale: #797979. Windows color (decimal): -5605876 or 816810. OLE color: 816810.
HSL color Cylindrical-coordinate representation of color #AA760C: hue angle of 40.25º 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 #AA760C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 12 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.33 |
| HSL | 40.25º | 0.87% | 0.36% | - |
| HSV(B) | 40.25º | 0.93% | 0.67% | - |
| XYZ | 23.12 | 21.53 | 3.28 | - |
| YUV | 121.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 12 | 0 | 0.31 | 0.93 | 0.33 | 40.25 | 0.87 | 0.36 |
| Hex | AA | 76 | C | 0 | 1F | 5D | 21 | 28 | 57 | 24 |
| Octal | 252 | 166 | 14 | 0 | 37 | 135 | 41 | 50 | 127 | 44 |
| Binary | 10101010 | 1110110 | 1100 | 0 | 11111 | 1011101 | 100001 | 101000 | 1010111 | 100100 |
Color Harmonies of #AA760C
Complementary color
Monochromatic Colors of #AA760C
Black with #AA760C
Text Example
Text Example
White with #AA760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA760C; }
p { color: rgb(170,118,12); }
H1.HeaderClassName
{
color: #AA760C;
}
.AnyTagClassName
{
color: #AA760C;
}
</style>
background-color css
<style>
a { background-color: #AA760C; }
a { background-color: rgb(170,118,12); }
div.DivClassName
{
background-color: #AA760C;
}
.BgClassName
{
background-color: #AA760C;
}
</style>
border-color css
<style>
span { border-color: #AA760C; }
span { border-color: rgb(170,118,12); }
td.TdClassName
{
border-color: #AA760C;
}
.TagClassName
{
border-color: #AA760C;
}
</style>