Shades of Dark Goldenrod #AB8209
Tints of Dark Goldenrod #AB8209
RGB
CMYK
RGB Variations
Color information
#AB8209 (or 0xAB8209) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 09. RGB value is (171,130,9). Sum of RGB (Red+Green+Blue) = 171+130+9=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8209 is #547DF6. Grayscale: #808080. Windows color (decimal): -5537271 or 623275. OLE color: 623275.
HSL color Cylindrical-coordinate representation of color #AB8209: hue angle of 44.81º 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 #AB8209 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 9 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.33 |
| HSL | 44.81º | 0.9% | 0.35% | - |
| HSV(B) | 44.81º | 0.95% | 0.67% | - |
| XYZ | 24.83 | 24.64 | 3.71 | - |
| YUV | 128.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 9 | 0 | 0.24 | 0.95 | 0.33 | 44.81 | 0.9 | 0.35 |
| Hex | AB | 82 | 9 | 0 | 18 | 5F | 21 | 2D | 5A | 23 |
| Octal | 253 | 202 | 11 | 0 | 30 | 137 | 41 | 55 | 132 | 43 |
| Binary | 10101011 | 10000010 | 1001 | 0 | 11000 | 1011111 | 100001 | 101101 | 1011010 | 100011 |
Color Harmonies of #AB8209
Complementary color
Monochromatic Colors of #AB8209
Black with #AB8209
Text Example
Text Example
White with #AB8209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8209; }
p { color: rgb(171,130,9); }
H1.HeaderClassName
{
color: #AB8209;
}
.AnyTagClassName
{
color: #AB8209;
}
</style>
background-color css
<style>
a { background-color: #AB8209; }
a { background-color: rgb(171,130,9); }
div.DivClassName
{
background-color: #AB8209;
}
.BgClassName
{
background-color: #AB8209;
}
</style>
border-color css
<style>
span { border-color: #AB8209; }
span { border-color: rgb(171,130,9); }
td.TdClassName
{
border-color: #AB8209;
}
.TagClassName
{
border-color: #AB8209;
}
</style>