Shades of Reef Gold #A98D37
Tints of Reef Gold #A98D37
RGB
CMYK
RGB Variations
Color information
#A98D37 (or 0xA98D37) is known color: Reef Gold. HEX triplet: A9, 8D and 37. RGB value is (169,141,55). Sum of RGB (Red+Green+Blue) = 169+141+55=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D37 is #5672C8. Grayscale: #8B8B8B. Windows color (decimal): -5665481 or 3640745. OLE color: 3640745.
HSL color Cylindrical-coordinate representation of color #A98D37: hue angle of 45.26º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A98D37 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 55 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.34 |
| HSL | 45.26º | 0.51% | 0.44% | - |
| HSV(B) | 45.26º | 0.67% | 0.66% | - |
| XYZ | 26.58 | 27.76 | 7.57 | - |
| YUV | 139.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 55 | 0 | 0.17 | 0.67 | 0.34 | 45.26 | 0.51 | 0.44 |
| Hex | A9 | 8D | 37 | 0 | 11 | 43 | 22 | 2D | 33 | 2C |
| Octal | 251 | 215 | 67 | 0 | 21 | 103 | 42 | 55 | 63 | 54 |
| Binary | 10101001 | 10001101 | 110111 | 0 | 10001 | 1000011 | 100010 | 101101 | 110011 | 101100 |
Color Harmonies of #A98D37
Complementary color
Monochromatic Colors of #A98D37
Black with #A98D37
Text Example
Text Example
White with #A98D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D37; }
p { color: rgb(169,141,55); }
H1.HeaderClassName
{
color: #A98D37;
}
.AnyTagClassName
{
color: #A98D37;
}
</style>
background-color css
<style>
a { background-color: #A98D37; }
a { background-color: rgb(169,141,55); }
div.DivClassName
{
background-color: #A98D37;
}
.BgClassName
{
background-color: #A98D37;
}
</style>
border-color css
<style>
span { border-color: #A98D37; }
span { border-color: rgb(169,141,55); }
td.TdClassName
{
border-color: #A98D37;
}
.TagClassName
{
border-color: #A98D37;
}
</style>