Shades of Reef Gold #A18E3C
Tints of Reef Gold #A18E3C
RGB
CMYK
RGB Variations
Color information
#A18E3C (or 0xA18E3C) is known color: Reef Gold. HEX triplet: A1, 8E and 3C. RGB value is (161,142,60). Sum of RGB (Red+Green+Blue) = 161+142+60=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E3C is #5E71C3. Grayscale: #8A8A8A. Windows color (decimal): -6189508 or 3968673. OLE color: 3968673.
HSL color Cylindrical-coordinate representation of color #A18E3C: hue angle of 48.71º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A18E3C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 60 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.37 |
| HSL | 48.71º | 0.46% | 0.43% | - |
| HSV(B) | 48.71º | 0.63% | 0.63% | - |
| XYZ | 25.19 | 27.25 | 8.21 | - |
| YUV | 138.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 60 | 0 | 0.12 | 0.63 | 0.37 | 48.71 | 0.46 | 0.43 |
| Hex | A1 | 8E | 3C | 0 | C | 3F | 25 | 31 | 2E | 2B |
| Octal | 241 | 216 | 74 | 0 | 14 | 77 | 45 | 61 | 56 | 53 |
| Binary | 10100001 | 10001110 | 111100 | 0 | 1100 | 111111 | 100101 | 110001 | 101110 | 101011 |
Color Harmonies of #A18E3C
Complementary color
Monochromatic Colors of #A18E3C
Black with #A18E3C
Text Example
Text Example
White with #A18E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E3C; }
p { color: rgb(161,142,60); }
H1.HeaderClassName
{
color: #A18E3C;
}
.AnyTagClassName
{
color: #A18E3C;
}
</style>
background-color css
<style>
a { background-color: #A18E3C; }
a { background-color: rgb(161,142,60); }
div.DivClassName
{
background-color: #A18E3C;
}
.BgClassName
{
background-color: #A18E3C;
}
</style>
border-color css
<style>
span { border-color: #A18E3C; }
span { border-color: rgb(161,142,60); }
td.TdClassName
{
border-color: #A18E3C;
}
.TagClassName
{
border-color: #A18E3C;
}
</style>