Shades of Dark Goldenrod #AB7200
Tints of Dark Goldenrod #AB7200
RGB
CMYK
RGB Variations
Color information
#AB7200 (or 0xAB7200) is known color: Dark Goldenrod. HEX triplet: AB, 72 and 00. RGB value is (171,114,0). Sum of RGB (Red+Green+Blue) = 171+114+0=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7200 is #548DFF. Grayscale: #767676. Windows color (decimal): -5541376 or 29355. OLE color: 29355.
HSL color Cylindrical-coordinate representation of color #AB7200: hue angle of 40º 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 #AB7200 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.33 |
| HSL | 40º | 1% | 0.34% | - |
| HSV(B) | 40º | 1% | 0.67% | - |
| XYZ | 22.81 | 20.69 | 2.79 | - |
| YUV | 118.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 0 | 0 | 0.33 | 1 | 0.33 | 40 | 1 | 0.34 |
| Hex | AB | 72 | 0 | 0 | 21 | 64 | 21 | 28 | 64 | 22 |
| Octal | 253 | 162 | 0 | 0 | 41 | 144 | 41 | 50 | 144 | 42 |
| Binary | 10101011 | 1110010 | 0 | 0 | 100001 | 1100100 | 100001 | 101000 | 1100100 | 100010 |
Color Harmonies of #AB7200
Complementary color
Monochromatic Colors of #AB7200
Black with #AB7200
Text Example
Text Example
White with #AB7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7200; }
p { color: rgb(171,114,0); }
H1.HeaderClassName
{
color: #AB7200;
}
.AnyTagClassName
{
color: #AB7200;
}
</style>
background-color css
<style>
a { background-color: #AB7200; }
a { background-color: rgb(171,114,0); }
div.DivClassName
{
background-color: #AB7200;
}
.BgClassName
{
background-color: #AB7200;
}
</style>
border-color css
<style>
span { border-color: #AB7200; }
span { border-color: rgb(171,114,0); }
td.TdClassName
{
border-color: #AB7200;
}
.TagClassName
{
border-color: #AB7200;
}
</style>