Shades of Dark Goldenrod #AA770F
Tints of Dark Goldenrod #AA770F
RGB
CMYK
RGB Variations
Color information
#AA770F (or 0xAA770F) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 0F. RGB value is (170,119,15). Sum of RGB (Red+Green+Blue) = 170+119+15=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA770F is #5588F0. Grayscale: #7A7A7A. Windows color (decimal): -5605617 or 1013674. OLE color: 1013674.
HSL color Cylindrical-coordinate representation of color #AA770F: hue angle of 40.26º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA770F is Cyan = 0, Magento = 0.3, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 15 | - |
| CMYK | 0 | 0.3 | 0.91 | 0.33 |
| HSL | 40.26º | 0.84% | 0.36% | - |
| HSV(B) | 40.26º | 0.91% | 0.67% | - |
| XYZ | 23.26 | 21.77 | 3.43 | - |
| YUV | 122.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 15 | 0 | 0.3 | 0.91 | 0.33 | 40.26 | 0.84 | 0.36 |
| Hex | AA | 77 | F | 0 | 1E | 5B | 21 | 28 | 54 | 24 |
| Octal | 252 | 167 | 17 | 0 | 36 | 133 | 41 | 50 | 124 | 44 |
| Binary | 10101010 | 1110111 | 1111 | 0 | 11110 | 1011011 | 100001 | 101000 | 1010100 | 100100 |
Color Harmonies of #AA770F
Complementary color
Monochromatic Colors of #AA770F
Black with #AA770F
Text Example
Text Example
White with #AA770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA770F; }
p { color: rgb(170,119,15); }
H1.HeaderClassName
{
color: #AA770F;
}
.AnyTagClassName
{
color: #AA770F;
}
</style>
background-color css
<style>
a { background-color: #AA770F; }
a { background-color: rgb(170,119,15); }
div.DivClassName
{
background-color: #AA770F;
}
.BgClassName
{
background-color: #AA770F;
}
</style>
border-color css
<style>
span { border-color: #AA770F; }
span { border-color: rgb(170,119,15); }
td.TdClassName
{
border-color: #AA770F;
}
.TagClassName
{
border-color: #AA770F;
}
</style>