Shades of Dark Goldenrod #AB770A
Tints of Dark Goldenrod #AB770A
RGB
CMYK
RGB Variations
Color information
#AB770A (or 0xAB770A) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 0A. RGB value is (171,119,10). Sum of RGB (Red+Green+Blue) = 171+119+10=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB770A is #5488F5. Grayscale: #7A7A7A. Windows color (decimal): -5540086 or 685995. OLE color: 685995.
HSL color Cylindrical-coordinate representation of color #AB770A: hue angle of 40.62º degrees, saturation: 0.89, 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 #AB770A is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 10 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.33 |
| HSL | 40.62º | 0.89% | 0.35% | - |
| HSV(B) | 40.62º | 0.94% | 0.67% | - |
| XYZ | 23.45 | 21.87 | 3.27 | - |
| YUV | 122.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 10 | 0 | 0.30 | 0.94 | 0.33 | 40.62 | 0.89 | 0.35 |
| Hex | AB | 77 | A | 0 | 1E | 5E | 21 | 29 | 59 | 23 |
| Octal | 253 | 167 | 12 | 0 | 36 | 136 | 41 | 51 | 131 | 43 |
| Binary | 10101011 | 1110111 | 1010 | 0 | 11110 | 1011110 | 100001 | 101001 | 1011001 | 100011 |
Color Harmonies of #AB770A
Complementary color
Monochromatic Colors of #AB770A
Black with #AB770A
Text Example
Text Example
White with #AB770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB770A; }
p { color: rgb(171,119,10); }
H1.HeaderClassName
{
color: #AB770A;
}
.AnyTagClassName
{
color: #AB770A;
}
</style>
background-color css
<style>
a { background-color: #AB770A; }
a { background-color: rgb(171,119,10); }
div.DivClassName
{
background-color: #AB770A;
}
.BgClassName
{
background-color: #AB770A;
}
</style>
border-color css
<style>
span { border-color: #AB770A; }
span { border-color: rgb(171,119,10); }
td.TdClassName
{
border-color: #AB770A;
}
.TagClassName
{
border-color: #AB770A;
}
</style>