Shades of Dark Goldenrod #AB7706
Tints of Dark Goldenrod #AB7706
RGB
CMYK
RGB Variations
Color information
#AB7706 (or 0xAB7706) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 06. RGB value is (171,119,6). Sum of RGB (Red+Green+Blue) = 171+119+6=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7706 is #5488F9. Grayscale: #7A7A7A. Windows color (decimal): -5540090 or 423851. OLE color: 423851.
HSL color Cylindrical-coordinate representation of color #AB7706: hue angle of 41.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB7706 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 6 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.33 |
| HSL | 41.09º | 0.93% | 0.35% | - |
| HSV(B) | 41.09º | 0.96% | 0.67% | - |
| XYZ | 23.42 | 21.86 | 3.16 | - |
| YUV | 121.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 6 | 0 | 0.30 | 0.96 | 0.33 | 41.09 | 0.93 | 0.35 |
| Hex | AB | 77 | 6 | 0 | 1E | 60 | 21 | 29 | 5D | 23 |
| Octal | 253 | 167 | 6 | 0 | 36 | 140 | 41 | 51 | 135 | 43 |
| Binary | 10101011 | 1110111 | 110 | 0 | 11110 | 1100000 | 100001 | 101001 | 1011101 | 100011 |
Color Harmonies of #AB7706
Complementary color
Monochromatic Colors of #AB7706
Black with #AB7706
Text Example
Text Example
White with #AB7706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7706; }
p { color: rgb(171,119,6); }
H1.HeaderClassName
{
color: #AB7706;
}
.AnyTagClassName
{
color: #AB7706;
}
</style>
background-color css
<style>
a { background-color: #AB7706; }
a { background-color: rgb(171,119,6); }
div.DivClassName
{
background-color: #AB7706;
}
.BgClassName
{
background-color: #AB7706;
}
</style>
border-color css
<style>
span { border-color: #AB7706; }
span { border-color: rgb(171,119,6); }
td.TdClassName
{
border-color: #AB7706;
}
.TagClassName
{
border-color: #AB7706;
}
</style>