Shades of Dark Goldenrod #AB6F00
Tints of Dark Goldenrod #AB6F00
RGB
CMYK
RGB Variations
Color information
#AB6F00 (or 0xAB6F00) is known color: Dark Goldenrod. HEX triplet: AB, 6F and 00. RGB value is (171,111,0). Sum of RGB (Red+Green+Blue) = 171+111+0=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6F00 is #5490FF. Grayscale: #747474. Windows color (decimal): -5542144 or 28587. OLE color: 28587.
HSL color Cylindrical-coordinate representation of color #AB6F00: hue angle of 38.95º 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 #AB6F00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.33 |
| HSL | 38.95º | 1% | 0.34% | - |
| HSV(B) | 38.95º | 1% | 0.67% | - |
| XYZ | 22.48 | 20.03 | 2.68 | - |
| YUV | 116.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 0 | 0 | 0.35 | 1 | 0.33 | 38.95 | 1 | 0.34 |
| Hex | AB | 6F | 0 | 0 | 23 | 64 | 21 | 27 | 64 | 22 |
| Octal | 253 | 157 | 0 | 0 | 43 | 144 | 41 | 47 | 144 | 42 |
| Binary | 10101011 | 1101111 | 0 | 0 | 100011 | 1100100 | 100001 | 100111 | 1100100 | 100010 |
Color Harmonies of #AB6F00
Complementary color
Monochromatic Colors of #AB6F00
Black with #AB6F00
Text Example
Text Example
White with #AB6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F00; }
p { color: rgb(171,111,0); }
H1.HeaderClassName
{
color: #AB6F00;
}
.AnyTagClassName
{
color: #AB6F00;
}
</style>
background-color css
<style>
a { background-color: #AB6F00; }
a { background-color: rgb(171,111,0); }
div.DivClassName
{
background-color: #AB6F00;
}
.BgClassName
{
background-color: #AB6F00;
}
</style>
border-color css
<style>
span { border-color: #AB6F00; }
span { border-color: rgb(171,111,0); }
td.TdClassName
{
border-color: #AB6F00;
}
.TagClassName
{
border-color: #AB6F00;
}
</style>