Shades of Reef Gold #A18936
Tints of Reef Gold #A18936
RGB
CMYK
RGB Variations
Color information
#A18936 (or 0xA18936) is known color: Reef Gold. HEX triplet: A1, 89 and 36. RGB value is (161,137,54). Sum of RGB (Red+Green+Blue) = 161+137+54=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A18936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18936 is #5E76C9. Grayscale: #878787. Windows color (decimal): -6190794 or 3574177. OLE color: 3574177.
HSL color Cylindrical-coordinate representation of color #A18936: hue angle of 46.54º degrees, saturation: 0.5, 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 #A18936 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 54 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.37 |
| HSL | 46.54º | 0.5% | 0.42% | - |
| HSV(B) | 46.54º | 0.66% | 0.63% | - |
| XYZ | 24.31 | 25.73 | 7.18 | - |
| YUV | 134.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 54 | 0 | 0.15 | 0.66 | 0.37 | 46.54 | 0.5 | 0.42 |
| Hex | A1 | 89 | 36 | 0 | F | 42 | 25 | 2F | 32 | 2A |
| Octal | 241 | 211 | 66 | 0 | 17 | 102 | 45 | 57 | 62 | 52 |
| Binary | 10100001 | 10001001 | 110110 | 0 | 1111 | 1000010 | 100101 | 101111 | 110010 | 101010 |
Color Harmonies of #A18936
Complementary color
Monochromatic Colors of #A18936
Black with #A18936
Text Example
Text Example
White with #A18936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18936; }
p { color: rgb(161,137,54); }
H1.HeaderClassName
{
color: #A18936;
}
.AnyTagClassName
{
color: #A18936;
}
</style>
background-color css
<style>
a { background-color: #A18936; }
a { background-color: rgb(161,137,54); }
div.DivClassName
{
background-color: #A18936;
}
.BgClassName
{
background-color: #A18936;
}
</style>
border-color css
<style>
span { border-color: #A18936; }
span { border-color: rgb(161,137,54); }
td.TdClassName
{
border-color: #A18936;
}
.TagClassName
{
border-color: #A18936;
}
</style>