Shades of Dark Goldenrod #AA770B
Tints of Dark Goldenrod #AA770B
RGB
CMYK
RGB Variations
Color information
#AA770B (or 0xAA770B) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 0B. RGB value is (170,119,11). Sum of RGB (Red+Green+Blue) = 170+119+11=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA770B is #5588F4. Grayscale: #7A7A7A. Windows color (decimal): -5605621 or 751530. OLE color: 751530.
HSL color Cylindrical-coordinate representation of color #AA770B: hue angle of 40.75º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA770B is Cyan = 0, Magento = 0.3, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 11 | - |
| CMYK | 0 | 0.3 | 0.94 | 0.33 |
| HSL | 40.75º | 0.88% | 0.35% | - |
| HSV(B) | 40.75º | 0.94% | 0.67% | - |
| XYZ | 23.23 | 21.76 | 3.29 | - |
| YUV | 121.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 11 | 0 | 0.3 | 0.94 | 0.33 | 40.75 | 0.88 | 0.35 |
| Hex | AA | 77 | B | 0 | 1E | 5E | 21 | 29 | 58 | 23 |
| Octal | 252 | 167 | 13 | 0 | 36 | 136 | 41 | 51 | 130 | 43 |
| Binary | 10101010 | 1110111 | 1011 | 0 | 11110 | 1011110 | 100001 | 101001 | 1011000 | 100011 |
Color Harmonies of #AA770B
Complementary color
Monochromatic Colors of #AA770B
Black with #AA770B
Text Example
Text Example
White with #AA770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA770B; }
p { color: rgb(170,119,11); }
H1.HeaderClassName
{
color: #AA770B;
}
.AnyTagClassName
{
color: #AA770B;
}
</style>
background-color css
<style>
a { background-color: #AA770B; }
a { background-color: rgb(170,119,11); }
div.DivClassName
{
background-color: #AA770B;
}
.BgClassName
{
background-color: #AA770B;
}
</style>
border-color css
<style>
span { border-color: #AA770B; }
span { border-color: rgb(170,119,11); }
td.TdClassName
{
border-color: #AA770B;
}
.TagClassName
{
border-color: #AA770B;
}
</style>