Shades of Dark Goldenrod #AB8408
Tints of Dark Goldenrod #AB8408
RGB
CMYK
RGB Variations
Color information
#AB8408 (or 0xAB8408) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 08. RGB value is (171,132,8). Sum of RGB (Red+Green+Blue) = 171+132+8=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8408 is #547BF7. Grayscale: #828282. Windows color (decimal): -5536760 or 558251. OLE color: 558251.
HSL color Cylindrical-coordinate representation of color #AB8408: hue angle of 45.64º degrees, saturation: 0.91, 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 #AB8408 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 8 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.33 |
| HSL | 45.64º | 0.91% | 0.35% | - |
| HSV(B) | 45.64º | 0.95% | 0.67% | - |
| XYZ | 25.09 | 25.18 | 3.77 | - |
| YUV | 129.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 8 | 0 | 0.23 | 0.95 | 0.33 | 45.64 | 0.91 | 0.35 |
| Hex | AB | 84 | 8 | 0 | 17 | 5F | 21 | 2E | 5B | 23 |
| Octal | 253 | 204 | 10 | 0 | 27 | 137 | 41 | 56 | 133 | 43 |
| Binary | 10101011 | 10000100 | 1000 | 0 | 10111 | 1011111 | 100001 | 101110 | 1011011 | 100011 |
Color Harmonies of #AB8408
Complementary color
Monochromatic Colors of #AB8408
Black with #AB8408
Text Example
Text Example
White with #AB8408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8408; }
p { color: rgb(171,132,8); }
H1.HeaderClassName
{
color: #AB8408;
}
.AnyTagClassName
{
color: #AB8408;
}
</style>
background-color css
<style>
a { background-color: #AB8408; }
a { background-color: rgb(171,132,8); }
div.DivClassName
{
background-color: #AB8408;
}
.BgClassName
{
background-color: #AB8408;
}
</style>
border-color css
<style>
span { border-color: #AB8408; }
span { border-color: rgb(171,132,8); }
td.TdClassName
{
border-color: #AB8408;
}
.TagClassName
{
border-color: #AB8408;
}
</style>