Shades of Dark Goldenrod #AB8403
Tints of Dark Goldenrod #AB8403
RGB
CMYK
RGB Variations
Color information
#AB8403 (or 0xAB8403) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 03. RGB value is (171,132,3). Sum of RGB (Red+Green+Blue) = 171+132+3=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8403 is #547BFC. Grayscale: #818181. Windows color (decimal): -5536765 or 230571. OLE color: 230571.
HSL color Cylindrical-coordinate representation of color #AB8403: hue angle of 46.07º degrees, saturation: 0.97, 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 #AB8403 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.33 |
| HSL | 46.07º | 0.97% | 0.34% | - |
| HSV(B) | 46.07º | 0.98% | 0.67% | - |
| XYZ | 25.06 | 25.17 | 3.62 | - |
| YUV | 128.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 3 | 0 | 0.23 | 0.98 | 0.33 | 46.07 | 0.97 | 0.34 |
| Hex | AB | 84 | 3 | 0 | 17 | 62 | 21 | 2E | 61 | 22 |
| Octal | 253 | 204 | 3 | 0 | 27 | 142 | 41 | 56 | 141 | 42 |
| Binary | 10101011 | 10000100 | 11 | 0 | 10111 | 1100010 | 100001 | 101110 | 1100001 | 100010 |
Color Harmonies of #AB8403
Complementary color
Monochromatic Colors of #AB8403
Black with #AB8403
Text Example
Text Example
White with #AB8403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8403; }
p { color: rgb(171,132,3); }
H1.HeaderClassName
{
color: #AB8403;
}
.AnyTagClassName
{
color: #AB8403;
}
</style>
background-color css
<style>
a { background-color: #AB8403; }
a { background-color: rgb(171,132,3); }
div.DivClassName
{
background-color: #AB8403;
}
.BgClassName
{
background-color: #AB8403;
}
</style>
border-color css
<style>
span { border-color: #AB8403; }
span { border-color: rgb(171,132,3); }
td.TdClassName
{
border-color: #AB8403;
}
.TagClassName
{
border-color: #AB8403;
}
</style>