Shades of Dark Goldenrod #AB8313
Tints of Dark Goldenrod #AB8313
RGB
CMYK
RGB Variations
Color information
#AB8313 (or 0xAB8313) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 13. RGB value is (171,131,19). Sum of RGB (Red+Green+Blue) = 171+131+19=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8313 is #547CEC. Grayscale: #828282. Windows color (decimal): -5537005 or 1278891. OLE color: 1278891.
HSL color Cylindrical-coordinate representation of color #AB8313: hue angle of 44.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB8313 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 19 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.33 |
| HSL | 44.21º | 0.8% | 0.37% | - |
| HSV(B) | 44.21º | 0.89% | 0.67% | - |
| XYZ | 25.03 | 24.94 | 4.11 | - |
| YUV | 130.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 19 | 0 | 0.23 | 0.89 | 0.33 | 44.21 | 0.8 | 0.37 |
| Hex | AB | 83 | 13 | 0 | 17 | 59 | 21 | 2C | 50 | 25 |
| Octal | 253 | 203 | 23 | 0 | 27 | 131 | 41 | 54 | 120 | 45 |
| Binary | 10101011 | 10000011 | 10011 | 0 | 10111 | 1011001 | 100001 | 101100 | 1010000 | 100101 |
Color Harmonies of #AB8313
Complementary color
Monochromatic Colors of #AB8313
Black with #AB8313
Text Example
Text Example
White with #AB8313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8313; }
p { color: rgb(171,131,19); }
H1.HeaderClassName
{
color: #AB8313;
}
.AnyTagClassName
{
color: #AB8313;
}
</style>
background-color css
<style>
a { background-color: #AB8313; }
a { background-color: rgb(171,131,19); }
div.DivClassName
{
background-color: #AB8313;
}
.BgClassName
{
background-color: #AB8313;
}
</style>
border-color css
<style>
span { border-color: #AB8313; }
span { border-color: rgb(171,131,19); }
td.TdClassName
{
border-color: #AB8313;
}
.TagClassName
{
border-color: #AB8313;
}
</style>