Shades of Reef Gold #A18931
Tints of Reef Gold #A18931
RGB
CMYK
RGB Variations
Color information
#A18931 (or 0xA18931) is known color: Reef Gold. HEX triplet: A1, 89 and 31. RGB value is (161,137,49). Sum of RGB (Red+Green+Blue) = 161+137+49=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A18931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18931 is #5E76CE. Grayscale: #868686. Windows color (decimal): -6190799 or 3246497. OLE color: 3246497.
HSL color Cylindrical-coordinate representation of color #A18931: hue angle of 47.14º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A18931 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 49 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.37 |
| HSL | 47.14º | 0.53% | 0.41% | - |
| HSV(B) | 47.14º | 0.7% | 0.63% | - |
| XYZ | 24.2 | 25.69 | 6.59 | - |
| YUV | 134.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 49 | 0 | 0.15 | 0.70 | 0.37 | 47.14 | 0.53 | 0.41 |
| Hex | A1 | 89 | 31 | 0 | F | 46 | 25 | 2F | 35 | 29 |
| Octal | 241 | 211 | 61 | 0 | 17 | 106 | 45 | 57 | 65 | 51 |
| Binary | 10100001 | 10001001 | 110001 | 0 | 1111 | 1000110 | 100101 | 101111 | 110101 | 101001 |
Color Harmonies of #A18931
Complementary color
Monochromatic Colors of #A18931
Black with #A18931
Text Example
Text Example
White with #A18931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18931; }
p { color: rgb(161,137,49); }
H1.HeaderClassName
{
color: #A18931;
}
.AnyTagClassName
{
color: #A18931;
}
</style>
background-color css
<style>
a { background-color: #A18931; }
a { background-color: rgb(161,137,49); }
div.DivClassName
{
background-color: #A18931;
}
.BgClassName
{
background-color: #A18931;
}
</style>
border-color css
<style>
span { border-color: #A18931; }
span { border-color: rgb(161,137,49); }
td.TdClassName
{
border-color: #A18931;
}
.TagClassName
{
border-color: #A18931;
}
</style>