Shades of Dark Goldenrod #AB780F
Tints of Dark Goldenrod #AB780F
RGB
CMYK
RGB Variations
Color information
#AB780F (or 0xAB780F) is known color: Dark Goldenrod. HEX triplet: AB, 78 and 0F. RGB value is (171,120,15). Sum of RGB (Red+Green+Blue) = 171+120+15=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB780F is #5487F0. Grayscale: #7B7B7B. Windows color (decimal): -5539825 or 1013931. OLE color: 1013931.
HSL color Cylindrical-coordinate representation of color #AB780F: hue angle of 40.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB780F is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 15 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.33 |
| HSL | 40.38º | 0.84% | 0.36% | - |
| HSV(B) | 40.38º | 0.91% | 0.67% | - |
| XYZ | 23.6 | 22.13 | 3.48 | - |
| YUV | 123.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 15 | 0 | 0.30 | 0.91 | 0.33 | 40.38 | 0.84 | 0.36 |
| Hex | AB | 78 | F | 0 | 1E | 5B | 21 | 28 | 54 | 24 |
| Octal | 253 | 170 | 17 | 0 | 36 | 133 | 41 | 50 | 124 | 44 |
| Binary | 10101011 | 1111000 | 1111 | 0 | 11110 | 1011011 | 100001 | 101000 | 1010100 | 100100 |
Color Harmonies of #AB780F
Complementary color
Monochromatic Colors of #AB780F
Black with #AB780F
Text Example
Text Example
White with #AB780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB780F; }
p { color: rgb(171,120,15); }
H1.HeaderClassName
{
color: #AB780F;
}
.AnyTagClassName
{
color: #AB780F;
}
</style>
background-color css
<style>
a { background-color: #AB780F; }
a { background-color: rgb(171,120,15); }
div.DivClassName
{
background-color: #AB780F;
}
.BgClassName
{
background-color: #AB780F;
}
</style>
border-color css
<style>
span { border-color: #AB780F; }
span { border-color: rgb(171,120,15); }
td.TdClassName
{
border-color: #AB780F;
}
.TagClassName
{
border-color: #AB780F;
}
</style>