Shades of Dark Goldenrod #A98112
Tints of Dark Goldenrod #A98112
RGB
CMYK
RGB Variations
Color information
#A98112 (or 0xA98112) is known color: Dark Goldenrod. HEX triplet: A9, 81 and 12. RGB value is (169,129,18). Sum of RGB (Red+Green+Blue) = 169+129+18=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A98112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98112 is #567EED. Grayscale: #808080. Windows color (decimal): -5668590 or 1212841. OLE color: 1212841.
HSL color Cylindrical-coordinate representation of color #A98112: hue angle of 44.11º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A98112 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 18 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.34 |
| HSL | 44.11º | 0.81% | 0.37% | - |
| HSV(B) | 44.11º | 0.89% | 0.66% | - |
| XYZ | 24.32 | 24.18 | 3.96 | - |
| YUV | 128.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 18 | 0 | 0.24 | 0.89 | 0.34 | 44.11 | 0.81 | 0.37 |
| Hex | A9 | 81 | 12 | 0 | 18 | 59 | 22 | 2C | 51 | 25 |
| Octal | 251 | 201 | 22 | 0 | 30 | 131 | 42 | 54 | 121 | 45 |
| Binary | 10101001 | 10000001 | 10010 | 0 | 11000 | 1011001 | 100010 | 101100 | 1010001 | 100101 |
Color Harmonies of #A98112
Complementary color
Monochromatic Colors of #A98112
Black with #A98112
Text Example
Text Example
White with #A98112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98112; }
p { color: rgb(169,129,18); }
H1.HeaderClassName
{
color: #A98112;
}
.AnyTagClassName
{
color: #A98112;
}
</style>
background-color css
<style>
a { background-color: #A98112; }
a { background-color: rgb(169,129,18); }
div.DivClassName
{
background-color: #A98112;
}
.BgClassName
{
background-color: #A98112;
}
</style>
border-color css
<style>
span { border-color: #A98112; }
span { border-color: rgb(169,129,18); }
td.TdClassName
{
border-color: #A98112;
}
.TagClassName
{
border-color: #A98112;
}
</style>