Shades of Dark Goldenrod #AB730A
Tints of Dark Goldenrod #AB730A
RGB
CMYK
RGB Variations
Color information
#AB730A (or 0xAB730A) is known color: Dark Goldenrod. HEX triplet: AB, 73 and 0A. RGB value is (171,115,10). Sum of RGB (Red+Green+Blue) = 171+115+10=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB730A is #548CF5. Grayscale: #787878. Windows color (decimal): -5541110 or 684971. OLE color: 684971.
HSL color Cylindrical-coordinate representation of color #AB730A: hue angle of 39.13º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB730A is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 10 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.33 |
| HSL | 39.13º | 0.89% | 0.35% | - |
| HSV(B) | 39.13º | 0.94% | 0.67% | - |
| XYZ | 22.98 | 20.94 | 3.12 | - |
| YUV | 119.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 10 | 0 | 0.33 | 0.94 | 0.33 | 39.13 | 0.89 | 0.35 |
| Hex | AB | 73 | A | 0 | 21 | 5E | 21 | 27 | 59 | 23 |
| Octal | 253 | 163 | 12 | 0 | 41 | 136 | 41 | 47 | 131 | 43 |
| Binary | 10101011 | 1110011 | 1010 | 0 | 100001 | 1011110 | 100001 | 100111 | 1011001 | 100011 |
Color Harmonies of #AB730A
Complementary color
Monochromatic Colors of #AB730A
Black with #AB730A
Text Example
Text Example
White with #AB730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB730A; }
p { color: rgb(171,115,10); }
H1.HeaderClassName
{
color: #AB730A;
}
.AnyTagClassName
{
color: #AB730A;
}
</style>
background-color css
<style>
a { background-color: #AB730A; }
a { background-color: rgb(171,115,10); }
div.DivClassName
{
background-color: #AB730A;
}
.BgClassName
{
background-color: #AB730A;
}
</style>
border-color css
<style>
span { border-color: #AB730A; }
span { border-color: rgb(171,115,10); }
td.TdClassName
{
border-color: #AB730A;
}
.TagClassName
{
border-color: #AB730A;
}
</style>