Shades of Dark Goldenrod #AB7300
Tints of Dark Goldenrod #AB7300
RGB
CMYK
RGB Variations
Color information
#AB7300 (or 0xAB7300) is known color: Dark Goldenrod. HEX triplet: AB, 73 and 00. RGB value is (171,115,0). Sum of RGB (Red+Green+Blue) = 171+115+0=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7300 is #548CFF. Grayscale: #777777. Windows color (decimal): -5541120 or 29611. OLE color: 29611.
HSL color Cylindrical-coordinate representation of color #AB7300: hue angle of 40.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB7300 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.33 |
| HSL | 40.35º | 1% | 0.34% | - |
| HSV(B) | 40.35º | 1% | 0.67% | - |
| XYZ | 22.93 | 20.92 | 2.83 | - |
| YUV | 118.63 | 61.05 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 0 | 0 | 0.33 | 1 | 0.33 | 40.35 | 1 | 0.34 |
| Hex | AB | 73 | 0 | 0 | 21 | 64 | 21 | 28 | 64 | 22 |
| Octal | 253 | 163 | 0 | 0 | 41 | 144 | 41 | 50 | 144 | 42 |
| Binary | 10101011 | 1110011 | 0 | 0 | 100001 | 1100100 | 100001 | 101000 | 1100100 | 100010 |
Color Harmonies of #AB7300
Complementary color
Monochromatic Colors of #AB7300
Black with #AB7300
Text Example
Text Example
White with #AB7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7300; }
p { color: rgb(171,115,0); }
H1.HeaderClassName
{
color: #AB7300;
}
.AnyTagClassName
{
color: #AB7300;
}
</style>
background-color css
<style>
a { background-color: #AB7300; }
a { background-color: rgb(171,115,0); }
div.DivClassName
{
background-color: #AB7300;
}
.BgClassName
{
background-color: #AB7300;
}
</style>
border-color css
<style>
span { border-color: #AB7300; }
span { border-color: rgb(171,115,0); }
td.TdClassName
{
border-color: #AB7300;
}
.TagClassName
{
border-color: #AB7300;
}
</style>