Shades of Reef Gold #A18E3E
Tints of Reef Gold #A18E3E
RGB
CMYK
RGB Variations
Color information
#A18E3E (or 0xA18E3E) is known color: Reef Gold. HEX triplet: A1, 8E and 3E. RGB value is (161,142,62). Sum of RGB (Red+Green+Blue) = 161+142+62=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E3E is #5E71C1. Grayscale: #8A8A8A. Windows color (decimal): -6189506 or 4099745. OLE color: 4099745.
HSL color Cylindrical-coordinate representation of color #A18E3E: hue angle of 48.48º 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 #A18E3E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 62 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.37 |
| HSL | 48.48º | 0.44% | 0.44% | - |
| HSV(B) | 48.48º | 0.61% | 0.63% | - |
| XYZ | 25.24 | 27.27 | 8.49 | - |
| YUV | 138.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 62 | 0 | 0.12 | 0.61 | 0.37 | 48.48 | 0.44 | 0.44 |
| Hex | A1 | 8E | 3E | 0 | C | 3D | 25 | 30 | 2C | 2C |
| Octal | 241 | 216 | 76 | 0 | 14 | 75 | 45 | 60 | 54 | 54 |
| Binary | 10100001 | 10001110 | 111110 | 0 | 1100 | 111101 | 100101 | 110000 | 101100 | 101100 |
Color Harmonies of #A18E3E
Complementary color
Monochromatic Colors of #A18E3E
Black with #A18E3E
Text Example
Text Example
White with #A18E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E3E; }
p { color: rgb(161,142,62); }
H1.HeaderClassName
{
color: #A18E3E;
}
.AnyTagClassName
{
color: #A18E3E;
}
</style>
background-color css
<style>
a { background-color: #A18E3E; }
a { background-color: rgb(161,142,62); }
div.DivClassName
{
background-color: #A18E3E;
}
.BgClassName
{
background-color: #A18E3E;
}
</style>
border-color css
<style>
span { border-color: #A18E3E; }
span { border-color: rgb(161,142,62); }
td.TdClassName
{
border-color: #A18E3E;
}
.TagClassName
{
border-color: #A18E3E;
}
</style>