Shades of Dark Goldenrod #AB7905
Tints of Dark Goldenrod #AB7905
RGB
CMYK
RGB Variations
Color information
#AB7905 (or 0xAB7905) is known color: Dark Goldenrod. HEX triplet: AB, 79 and 05. RGB value is (171,121,5). Sum of RGB (Red+Green+Blue) = 171+121+5=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7905 is #5486FA. Grayscale: #7B7B7B. Windows color (decimal): -5539579 or 358827. OLE color: 358827.
HSL color Cylindrical-coordinate representation of color #AB7905: hue angle of 41.93º 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 #AB7905 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.33 |
| HSL | 41.93º | 0.94% | 0.35% | - |
| HSV(B) | 41.93º | 0.97% | 0.67% | - |
| XYZ | 23.66 | 22.34 | 3.21 | - |
| YUV | 122.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 5 | 0 | 0.29 | 0.97 | 0.33 | 41.93 | 0.94 | 0.35 |
| Hex | AB | 79 | 5 | 0 | 1D | 61 | 21 | 2A | 5E | 23 |
| Octal | 253 | 171 | 5 | 0 | 35 | 141 | 41 | 52 | 136 | 43 |
| Binary | 10101011 | 1111001 | 101 | 0 | 11101 | 1100001 | 100001 | 101010 | 1011110 | 100011 |
Color Harmonies of #AB7905
Complementary color
Monochromatic Colors of #AB7905
Black with #AB7905
Text Example
Text Example
White with #AB7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7905; }
p { color: rgb(171,121,5); }
H1.HeaderClassName
{
color: #AB7905;
}
.AnyTagClassName
{
color: #AB7905;
}
</style>
background-color css
<style>
a { background-color: #AB7905; }
a { background-color: rgb(171,121,5); }
div.DivClassName
{
background-color: #AB7905;
}
.BgClassName
{
background-color: #AB7905;
}
</style>
border-color css
<style>
span { border-color: #AB7905; }
span { border-color: rgb(171,121,5); }
td.TdClassName
{
border-color: #AB7905;
}
.TagClassName
{
border-color: #AB7905;
}
</style>