Shades of Dark Goldenrod #AB8700
Tints of Dark Goldenrod #AB8700
RGB
CMYK
RGB Variations
Color information
#AB8700 (or 0xAB8700) is known color: Dark Goldenrod. HEX triplet: AB, 87 and 00. RGB value is (171,135,0). Sum of RGB (Red+Green+Blue) = 171+135+0=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8700 is #5478FF. Grayscale: #828282. Windows color (decimal): -5536000 or 34731. OLE color: 34731.
HSL color Cylindrical-coordinate representation of color #AB8700: hue angle of 47.37º 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 #AB8700 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.33 |
| HSL | 47.37º | 1% | 0.34% | - |
| HSV(B) | 47.37º | 1% | 0.67% | - |
| XYZ | 25.46 | 25.99 | 3.67 | - |
| YUV | 130.37 | 54.43 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 0 | 0 | 0.21 | 1 | 0.33 | 47.37 | 1 | 0.34 |
| Hex | AB | 87 | 0 | 0 | 15 | 64 | 21 | 2F | 64 | 22 |
| Octal | 253 | 207 | 0 | 0 | 25 | 144 | 41 | 57 | 144 | 42 |
| Binary | 10101011 | 10000111 | 0 | 0 | 10101 | 1100100 | 100001 | 101111 | 1100100 | 100010 |
Color Harmonies of #AB8700
Complementary color
Monochromatic Colors of #AB8700
Black with #AB8700
Text Example
Text Example
White with #AB8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8700; }
p { color: rgb(171,135,0); }
H1.HeaderClassName
{
color: #AB8700;
}
.AnyTagClassName
{
color: #AB8700;
}
</style>
background-color css
<style>
a { background-color: #AB8700; }
a { background-color: rgb(171,135,0); }
div.DivClassName
{
background-color: #AB8700;
}
.BgClassName
{
background-color: #AB8700;
}
</style>
border-color css
<style>
span { border-color: #AB8700; }
span { border-color: rgb(171,135,0); }
td.TdClassName
{
border-color: #AB8700;
}
.TagClassName
{
border-color: #AB8700;
}
</style>