Shades of Reef Gold #A18E37
Tints of Reef Gold #A18E37
RGB
CMYK
RGB Variations
Color information
#A18E37 (or 0xA18E37) is known color: Reef Gold. HEX triplet: A1, 8E and 37. RGB value is (161,142,55). Sum of RGB (Red+Green+Blue) = 161+142+55=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E37 is #5E71C8. Grayscale: #8A8A8A. Windows color (decimal): -6189513 or 3640993. OLE color: 3640993.
HSL color Cylindrical-coordinate representation of color #A18E37: hue angle of 49.25º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A18E37 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 55 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.37 |
| HSL | 49.25º | 0.49% | 0.42% | - |
| HSV(B) | 49.25º | 0.66% | 0.63% | - |
| XYZ | 25.06 | 27.2 | 7.54 | - |
| YUV | 137.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 55 | 0 | 0.12 | 0.66 | 0.37 | 49.25 | 0.49 | 0.42 |
| Hex | A1 | 8E | 37 | 0 | C | 42 | 25 | 31 | 31 | 2A |
| Octal | 241 | 216 | 67 | 0 | 14 | 102 | 45 | 61 | 61 | 52 |
| Binary | 10100001 | 10001110 | 110111 | 0 | 1100 | 1000010 | 100101 | 110001 | 110001 | 101010 |
Color Harmonies of #A18E37
Complementary color
Monochromatic Colors of #A18E37
Black with #A18E37
Text Example
Text Example
White with #A18E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E37; }
p { color: rgb(161,142,55); }
H1.HeaderClassName
{
color: #A18E37;
}
.AnyTagClassName
{
color: #A18E37;
}
</style>
background-color css
<style>
a { background-color: #A18E37; }
a { background-color: rgb(161,142,55); }
div.DivClassName
{
background-color: #A18E37;
}
.BgClassName
{
background-color: #A18E37;
}
</style>
border-color css
<style>
span { border-color: #A18E37; }
span { border-color: rgb(161,142,55); }
td.TdClassName
{
border-color: #A18E37;
}
.TagClassName
{
border-color: #A18E37;
}
</style>