Shades of Reef Gold #A18E2C
Tints of Reef Gold #A18E2C
RGB
CMYK
RGB Variations
Color information
#A18E2C (or 0xA18E2C) is known color: Reef Gold. HEX triplet: A1, 8E and 2C. RGB value is (161,142,44). Sum of RGB (Red+Green+Blue) = 161+142+44=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E2C is #5E71D3. Grayscale: #888888. Windows color (decimal): -6189524 or 2920097. OLE color: 2920097.
HSL color Cylindrical-coordinate representation of color #A18E2C: hue angle of 50.26º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A18E2C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 44 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.37 |
| HSL | 50.26º | 0.57% | 0.4% | - |
| HSV(B) | 50.26º | 0.73% | 0.63% | - |
| XYZ | 24.83 | 27.1 | 6.31 | - |
| YUV | 136.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 44 | 0 | 0.12 | 0.73 | 0.37 | 50.26 | 0.57 | 0.4 |
| Hex | A1 | 8E | 2C | 0 | C | 49 | 25 | 32 | 39 | 28 |
| Octal | 241 | 216 | 54 | 0 | 14 | 111 | 45 | 62 | 71 | 50 |
| Binary | 10100001 | 10001110 | 101100 | 0 | 1100 | 1001001 | 100101 | 110010 | 111001 | 101000 |
Color Harmonies of #A18E2C
Complementary color
Monochromatic Colors of #A18E2C
Black with #A18E2C
Text Example
Text Example
White with #A18E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E2C; }
p { color: rgb(161,142,44); }
H1.HeaderClassName
{
color: #A18E2C;
}
.AnyTagClassName
{
color: #A18E2C;
}
</style>
background-color css
<style>
a { background-color: #A18E2C; }
a { background-color: rgb(161,142,44); }
div.DivClassName
{
background-color: #A18E2C;
}
.BgClassName
{
background-color: #A18E2C;
}
</style>
border-color css
<style>
span { border-color: #A18E2C; }
span { border-color: rgb(161,142,44); }
td.TdClassName
{
border-color: #A18E2C;
}
.TagClassName
{
border-color: #A18E2C;
}
</style>