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