Shades of Dark Goldenrod #AB8104
Tints of Dark Goldenrod #AB8104
RGB
CMYK
RGB Variations
Color information
#AB8104 (or 0xAB8104) is known color: Dark Goldenrod. HEX triplet: AB, 81 and 04. RGB value is (171,129,4). Sum of RGB (Red+Green+Blue) = 171+129+4=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8104 is #547EFB. Grayscale: #7F7F7F. Windows color (decimal): -5537532 or 295339. OLE color: 295339.
HSL color Cylindrical-coordinate representation of color #AB8104: hue angle of 44.91º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB8104 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.33 |
| HSL | 44.91º | 0.95% | 0.34% | - |
| HSV(B) | 44.91º | 0.98% | 0.67% | - |
| XYZ | 24.67 | 24.37 | 3.52 | - |
| YUV | 127.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 4 | 0 | 0.25 | 0.98 | 0.33 | 44.91 | 0.95 | 0.34 |
| Hex | AB | 81 | 4 | 0 | 19 | 62 | 21 | 2D | 5F | 22 |
| Octal | 253 | 201 | 4 | 0 | 31 | 142 | 41 | 55 | 137 | 42 |
| Binary | 10101011 | 10000001 | 100 | 0 | 11001 | 1100010 | 100001 | 101101 | 1011111 | 100010 |
Color Harmonies of #AB8104
Complementary color
Monochromatic Colors of #AB8104
Black with #AB8104
Text Example
Text Example
White with #AB8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8104; }
p { color: rgb(171,129,4); }
H1.HeaderClassName
{
color: #AB8104;
}
.AnyTagClassName
{
color: #AB8104;
}
</style>
background-color css
<style>
a { background-color: #AB8104; }
a { background-color: rgb(171,129,4); }
div.DivClassName
{
background-color: #AB8104;
}
.BgClassName
{
background-color: #AB8104;
}
</style>
border-color css
<style>
span { border-color: #AB8104; }
span { border-color: rgb(171,129,4); }
td.TdClassName
{
border-color: #AB8104;
}
.TagClassName
{
border-color: #AB8104;
}
</style>