Shades of Reef Gold #A18D3E
Tints of Reef Gold #A18D3E
RGB
CMYK
RGB Variations
Color information
#A18D3E (or 0xA18D3E) is known color: Reef Gold. HEX triplet: A1, 8D and 3E. RGB value is (161,141,62). Sum of RGB (Red+Green+Blue) = 161+141+62=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D3E is #5E72C1. Grayscale: #8A8A8A. Windows color (decimal): -6189762 or 4099489. OLE color: 4099489.
HSL color Cylindrical-coordinate representation of color #A18D3E: hue angle of 47.88º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A18D3E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 62 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.37 |
| HSL | 47.88º | 0.44% | 0.44% | - |
| HSV(B) | 47.88º | 0.61% | 0.63% | - |
| XYZ | 25.09 | 26.97 | 8.44 | - |
| YUV | 137.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 62 | 0 | 0.12 | 0.61 | 0.37 | 47.88 | 0.44 | 0.44 |
| Hex | A1 | 8D | 3E | 0 | C | 3D | 25 | 30 | 2C | 2C |
| Octal | 241 | 215 | 76 | 0 | 14 | 75 | 45 | 60 | 54 | 54 |
| Binary | 10100001 | 10001101 | 111110 | 0 | 1100 | 111101 | 100101 | 110000 | 101100 | 101100 |
Color Harmonies of #A18D3E
Complementary color
Monochromatic Colors of #A18D3E
Black with #A18D3E
Text Example
Text Example
White with #A18D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D3E; }
p { color: rgb(161,141,62); }
H1.HeaderClassName
{
color: #A18D3E;
}
.AnyTagClassName
{
color: #A18D3E;
}
</style>
background-color css
<style>
a { background-color: #A18D3E; }
a { background-color: rgb(161,141,62); }
div.DivClassName
{
background-color: #A18D3E;
}
.BgClassName
{
background-color: #A18D3E;
}
</style>
border-color css
<style>
span { border-color: #A18D3E; }
span { border-color: rgb(161,141,62); }
td.TdClassName
{
border-color: #A18D3E;
}
.TagClassName
{
border-color: #A18D3E;
}
</style>