Shades of Dark Goldenrod #AB7600
Tints of Dark Goldenrod #AB7600
RGB
CMYK
RGB Variations
Color information
#AB7600 (or 0xAB7600) is known color: Dark Goldenrod. HEX triplet: AB, 76 and 00. RGB value is (171,118,0). Sum of RGB (Red+Green+Blue) = 171+118+0=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7600 is #5489FF. Grayscale: #787878. Windows color (decimal): -5540352 or 30379. OLE color: 30379.
HSL color Cylindrical-coordinate representation of color #AB7600: hue angle of 41.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB7600 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.33 |
| HSL | 41.4º | 1% | 0.34% | - |
| HSV(B) | 41.4º | 1% | 0.67% | - |
| XYZ | 23.27 | 21.61 | 2.95 | - |
| YUV | 120.4 | 60.06 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 0 | 0 | 0.31 | 1 | 0.33 | 41.4 | 1 | 0.34 |
| Hex | AB | 76 | 0 | 0 | 1F | 64 | 21 | 29 | 64 | 22 |
| Octal | 253 | 166 | 0 | 0 | 37 | 144 | 41 | 51 | 144 | 42 |
| Binary | 10101011 | 1110110 | 0 | 0 | 11111 | 1100100 | 100001 | 101001 | 1100100 | 100010 |
Color Harmonies of #AB7600
Complementary color
Monochromatic Colors of #AB7600
Black with #AB7600
Text Example
Text Example
White with #AB7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7600; }
p { color: rgb(171,118,0); }
H1.HeaderClassName
{
color: #AB7600;
}
.AnyTagClassName
{
color: #AB7600;
}
</style>
background-color css
<style>
a { background-color: #AB7600; }
a { background-color: rgb(171,118,0); }
div.DivClassName
{
background-color: #AB7600;
}
.BgClassName
{
background-color: #AB7600;
}
</style>
border-color css
<style>
span { border-color: #AB7600; }
span { border-color: rgb(171,118,0); }
td.TdClassName
{
border-color: #AB7600;
}
.TagClassName
{
border-color: #AB7600;
}
</style>