Shades of Dark Goldenrod #AB820D
Tints of Dark Goldenrod #AB820D
RGB
CMYK
RGB Variations
Color information
#AB820D (or 0xAB820D) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 0D. RGB value is (171,130,13). Sum of RGB (Red+Green+Blue) = 171+130+13=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB820D is #547DF2. Grayscale: #818181. Windows color (decimal): -5537267 or 885419. OLE color: 885419.
HSL color Cylindrical-coordinate representation of color #AB820D: hue angle of 44.43º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB820D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 13 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.33 |
| HSL | 44.43º | 0.86% | 0.36% | - |
| HSV(B) | 44.43º | 0.92% | 0.67% | - |
| XYZ | 24.85 | 24.65 | 3.83 | - |
| YUV | 128.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 13 | 0 | 0.24 | 0.92 | 0.33 | 44.43 | 0.86 | 0.36 |
| Hex | AB | 82 | D | 0 | 18 | 5C | 21 | 2C | 56 | 24 |
| Octal | 253 | 202 | 15 | 0 | 30 | 134 | 41 | 54 | 126 | 44 |
| Binary | 10101011 | 10000010 | 1101 | 0 | 11000 | 1011100 | 100001 | 101100 | 1010110 | 100100 |
Color Harmonies of #AB820D
Complementary color
Monochromatic Colors of #AB820D
Black with #AB820D
Text Example
Text Example
White with #AB820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB820D; }
p { color: rgb(171,130,13); }
H1.HeaderClassName
{
color: #AB820D;
}
.AnyTagClassName
{
color: #AB820D;
}
</style>
background-color css
<style>
a { background-color: #AB820D; }
a { background-color: rgb(171,130,13); }
div.DivClassName
{
background-color: #AB820D;
}
.BgClassName
{
background-color: #AB820D;
}
</style>
border-color css
<style>
span { border-color: #AB820D; }
span { border-color: rgb(171,130,13); }
td.TdClassName
{
border-color: #AB820D;
}
.TagClassName
{
border-color: #AB820D;
}
</style>