Shades of Dark Goldenrod #AB750D
Tints of Dark Goldenrod #AB750D
RGB
CMYK
RGB Variations
Color information
#AB750D (or 0xAB750D) is known color: Dark Goldenrod. HEX triplet: AB, 75 and 0D. RGB value is (171,117,13). Sum of RGB (Red+Green+Blue) = 171+117+13=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB750D is #548AF2. Grayscale: #797979. Windows color (decimal): -5540595 or 882091. OLE color: 882091.
HSL color Cylindrical-coordinate representation of color #AB750D: hue angle of 39.49º 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 #AB750D is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 13 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.33 |
| HSL | 39.49º | 0.86% | 0.36% | - |
| HSV(B) | 39.49º | 0.92% | 0.67% | - |
| XYZ | 23.23 | 21.41 | 3.29 | - |
| YUV | 121.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 13 | 0 | 0.32 | 0.92 | 0.33 | 39.49 | 0.86 | 0.36 |
| Hex | AB | 75 | D | 0 | 20 | 5C | 21 | 27 | 56 | 24 |
| Octal | 253 | 165 | 15 | 0 | 40 | 134 | 41 | 47 | 126 | 44 |
| Binary | 10101011 | 1110101 | 1101 | 0 | 100000 | 1011100 | 100001 | 100111 | 1010110 | 100100 |
Color Harmonies of #AB750D
Complementary color
Monochromatic Colors of #AB750D
Black with #AB750D
Text Example
Text Example
White with #AB750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB750D; }
p { color: rgb(171,117,13); }
H1.HeaderClassName
{
color: #AB750D;
}
.AnyTagClassName
{
color: #AB750D;
}
</style>
background-color css
<style>
a { background-color: #AB750D; }
a { background-color: rgb(171,117,13); }
div.DivClassName
{
background-color: #AB750D;
}
.BgClassName
{
background-color: #AB750D;
}
</style>
border-color css
<style>
span { border-color: #AB750D; }
span { border-color: rgb(171,117,13); }
td.TdClassName
{
border-color: #AB750D;
}
.TagClassName
{
border-color: #AB750D;
}
</style>