Shades of Dark Goldenrod #AB9103
Tints of Dark Goldenrod #AB9103
RGB
CMYK
RGB Variations
Color information
#AB9103 (or 0xAB9103) is known color: Dark Goldenrod. HEX triplet: AB, 91 and 03. RGB value is (171,145,3). Sum of RGB (Red+Green+Blue) = 171+145+3=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9103 is #546EFC. Grayscale: #898989. Windows color (decimal): -5533437 or 233899. OLE color: 233899.
HSL color Cylindrical-coordinate representation of color #AB9103: hue angle of 50.71º 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 #AB9103 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.33 |
| HSL | 50.71º | 0.97% | 0.34% | - |
| HSV(B) | 50.71º | 0.98% | 0.67% | - |
| XYZ | 26.94 | 28.92 | 4.25 | - |
| YUV | 136.59 | 52.61 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 3 | 0 | 0.15 | 0.98 | 0.33 | 50.71 | 0.97 | 0.34 |
| Hex | AB | 91 | 3 | 0 | F | 62 | 21 | 33 | 61 | 22 |
| Octal | 253 | 221 | 3 | 0 | 17 | 142 | 41 | 63 | 141 | 42 |
| Binary | 10101011 | 10010001 | 11 | 0 | 1111 | 1100010 | 100001 | 110011 | 1100001 | 100010 |
Color Harmonies of #AB9103
Complementary color
Monochromatic Colors of #AB9103
Black with #AB9103
Text Example
Text Example
White with #AB9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9103; }
p { color: rgb(171,145,3); }
H1.HeaderClassName
{
color: #AB9103;
}
.AnyTagClassName
{
color: #AB9103;
}
</style>
background-color css
<style>
a { background-color: #AB9103; }
a { background-color: rgb(171,145,3); }
div.DivClassName
{
background-color: #AB9103;
}
.BgClassName
{
background-color: #AB9103;
}
</style>
border-color css
<style>
span { border-color: #AB9103; }
span { border-color: rgb(171,145,3); }
td.TdClassName
{
border-color: #AB9103;
}
.TagClassName
{
border-color: #AB9103;
}
</style>