Shades of Dark Goldenrod #AB820F
Tints of Dark Goldenrod #AB820F
RGB
CMYK
RGB Variations
Color information
#AB820F (or 0xAB820F) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 0F. RGB value is (171,130,15). Sum of RGB (Red+Green+Blue) = 171+130+15=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB820F is #547DF0. Grayscale: #818181. Windows color (decimal): -5537265 or 1016491. OLE color: 1016491.
HSL color Cylindrical-coordinate representation of color #AB820F: hue angle of 44.23º 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 #AB820F is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 15 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.33 |
| HSL | 44.23º | 0.84% | 0.36% | - |
| HSV(B) | 44.23º | 0.91% | 0.67% | - |
| XYZ | 24.86 | 24.66 | 3.9 | - |
| YUV | 129.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 15 | 0 | 0.24 | 0.91 | 0.33 | 44.23 | 0.84 | 0.36 |
| Hex | AB | 82 | F | 0 | 18 | 5B | 21 | 2C | 54 | 24 |
| Octal | 253 | 202 | 17 | 0 | 30 | 133 | 41 | 54 | 124 | 44 |
| Binary | 10101011 | 10000010 | 1111 | 0 | 11000 | 1011011 | 100001 | 101100 | 1010100 | 100100 |
Color Harmonies of #AB820F
Complementary color
Monochromatic Colors of #AB820F
Black with #AB820F
Text Example
Text Example
White with #AB820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB820F; }
p { color: rgb(171,130,15); }
H1.HeaderClassName
{
color: #AB820F;
}
.AnyTagClassName
{
color: #AB820F;
}
</style>
background-color css
<style>
a { background-color: #AB820F; }
a { background-color: rgb(171,130,15); }
div.DivClassName
{
background-color: #AB820F;
}
.BgClassName
{
background-color: #AB820F;
}
</style>
border-color css
<style>
span { border-color: #AB820F; }
span { border-color: rgb(171,130,15); }
td.TdClassName
{
border-color: #AB820F;
}
.TagClassName
{
border-color: #AB820F;
}
</style>