Shades of Dark Goldenrod #AB750C
Tints of Dark Goldenrod #AB750C
RGB
CMYK
RGB Variations
Color information
#AB750C (or 0xAB750C) is known color: Dark Goldenrod. HEX triplet: AB, 75 and 0C. RGB value is (171,117,12). Sum of RGB (Red+Green+Blue) = 171+117+12=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB750C is #548AF3. Grayscale: #797979. Windows color (decimal): -5540596 or 816555. OLE color: 816555.
HSL color Cylindrical-coordinate representation of color #AB750C: hue angle of 39.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB750C is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 12 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.33 |
| HSL | 39.62º | 0.87% | 0.36% | - |
| HSV(B) | 39.62º | 0.93% | 0.67% | - |
| XYZ | 23.22 | 21.41 | 3.26 | - |
| YUV | 121.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 12 | 0 | 0.32 | 0.93 | 0.33 | 39.62 | 0.87 | 0.36 |
| Hex | AB | 75 | C | 0 | 20 | 5D | 21 | 28 | 57 | 24 |
| Octal | 253 | 165 | 14 | 0 | 40 | 135 | 41 | 50 | 127 | 44 |
| Binary | 10101011 | 1110101 | 1100 | 0 | 100000 | 1011101 | 100001 | 101000 | 1010111 | 100100 |
Color Harmonies of #AB750C
Complementary color
Monochromatic Colors of #AB750C
Black with #AB750C
Text Example
Text Example
White with #AB750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB750C; }
p { color: rgb(171,117,12); }
H1.HeaderClassName
{
color: #AB750C;
}
.AnyTagClassName
{
color: #AB750C;
}
</style>
background-color css
<style>
a { background-color: #AB750C; }
a { background-color: rgb(171,117,12); }
div.DivClassName
{
background-color: #AB750C;
}
.BgClassName
{
background-color: #AB750C;
}
</style>
border-color css
<style>
span { border-color: #AB750C; }
span { border-color: rgb(171,117,12); }
td.TdClassName
{
border-color: #AB750C;
}
.TagClassName
{
border-color: #AB750C;
}
</style>