Shades of Dark Goldenrod #AB7705
Tints of Dark Goldenrod #AB7705
RGB
CMYK
RGB Variations
Color information
#AB7705 (or 0xAB7705) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 05. RGB value is (171,119,5). Sum of RGB (Red+Green+Blue) = 171+119+5=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7705 is #5488FA. Grayscale: #7A7A7A. Windows color (decimal): -5540091 or 358315. OLE color: 358315.
HSL color Cylindrical-coordinate representation of color #AB7705: hue angle of 41.2º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB7705 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.33 |
| HSL | 41.2º | 0.94% | 0.35% | - |
| HSV(B) | 41.2º | 0.97% | 0.67% | - |
| XYZ | 23.42 | 21.86 | 3.13 | - |
| YUV | 121.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 5 | 0 | 0.30 | 0.97 | 0.33 | 41.2 | 0.94 | 0.35 |
| Hex | AB | 77 | 5 | 0 | 1E | 61 | 21 | 29 | 5E | 23 |
| Octal | 253 | 167 | 5 | 0 | 36 | 141 | 41 | 51 | 136 | 43 |
| Binary | 10101011 | 1110111 | 101 | 0 | 11110 | 1100001 | 100001 | 101001 | 1011110 | 100011 |
Color Harmonies of #AB7705
Complementary color
Monochromatic Colors of #AB7705
Black with #AB7705
Text Example
Text Example
White with #AB7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7705; }
p { color: rgb(171,119,5); }
H1.HeaderClassName
{
color: #AB7705;
}
.AnyTagClassName
{
color: #AB7705;
}
</style>
background-color css
<style>
a { background-color: #AB7705; }
a { background-color: rgb(171,119,5); }
div.DivClassName
{
background-color: #AB7705;
}
.BgClassName
{
background-color: #AB7705;
}
</style>
border-color css
<style>
span { border-color: #AB7705; }
span { border-color: rgb(171,119,5); }
td.TdClassName
{
border-color: #AB7705;
}
.TagClassName
{
border-color: #AB7705;
}
</style>