Shades of Dark Goldenrod #AB8109
Tints of Dark Goldenrod #AB8109
RGB
CMYK
RGB Variations
Color information
#AB8109 (or 0xAB8109) is known color: Dark Goldenrod. HEX triplet: AB, 81 and 09. RGB value is (171,129,9). Sum of RGB (Red+Green+Blue) = 171+129+9=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8109 is #547EF6. Grayscale: #808080. Windows color (decimal): -5537527 or 623019. OLE color: 623019.
HSL color Cylindrical-coordinate representation of color #AB8109: hue angle of 44.44º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB8109 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 9 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.33 |
| HSL | 44.44º | 0.9% | 0.35% | - |
| HSV(B) | 44.44º | 0.95% | 0.67% | - |
| XYZ | 24.69 | 24.38 | 3.66 | - |
| YUV | 127.88 | 60.91 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 9 | 0 | 0.25 | 0.95 | 0.33 | 44.44 | 0.9 | 0.35 |
| Hex | AB | 81 | 9 | 0 | 19 | 5F | 21 | 2C | 5A | 23 |
| Octal | 253 | 201 | 11 | 0 | 31 | 137 | 41 | 54 | 132 | 43 |
| Binary | 10101011 | 10000001 | 1001 | 0 | 11001 | 1011111 | 100001 | 101100 | 1011010 | 100011 |
Color Harmonies of #AB8109
Complementary color
Monochromatic Colors of #AB8109
Black with #AB8109
Text Example
Text Example
White with #AB8109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8109; }
p { color: rgb(171,129,9); }
H1.HeaderClassName
{
color: #AB8109;
}
.AnyTagClassName
{
color: #AB8109;
}
</style>
background-color css
<style>
a { background-color: #AB8109; }
a { background-color: rgb(171,129,9); }
div.DivClassName
{
background-color: #AB8109;
}
.BgClassName
{
background-color: #AB8109;
}
</style>
border-color css
<style>
span { border-color: #AB8109; }
span { border-color: rgb(171,129,9); }
td.TdClassName
{
border-color: #AB8109;
}
.TagClassName
{
border-color: #AB8109;
}
</style>