Shades of Reef Gold #A18E36
Tints of Reef Gold #A18E36
RGB
CMYK
RGB Variations
Color information
#A18E36 (or 0xA18E36) is known color: Reef Gold. HEX triplet: A1, 8E and 36. RGB value is (161,142,54). Sum of RGB (Red+Green+Blue) = 161+142+54=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E36 is #5E71C9. Grayscale: #8A8A8A. Windows color (decimal): -6189514 or 3575457. OLE color: 3575457.
HSL color Cylindrical-coordinate representation of color #A18E36: hue angle of 49.35º 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 #A18E36 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 54 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.37 |
| HSL | 49.35º | 0.5% | 0.42% | - |
| HSV(B) | 49.35º | 0.66% | 0.63% | - |
| XYZ | 25.04 | 27.19 | 7.42 | - |
| YUV | 137.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 54 | 0 | 0.12 | 0.66 | 0.37 | 49.35 | 0.5 | 0.42 |
| Hex | A1 | 8E | 36 | 0 | C | 42 | 25 | 31 | 32 | 2A |
| Octal | 241 | 216 | 66 | 0 | 14 | 102 | 45 | 61 | 62 | 52 |
| Binary | 10100001 | 10001110 | 110110 | 0 | 1100 | 1000010 | 100101 | 110001 | 110010 | 101010 |
Color Harmonies of #A18E36
Complementary color
Monochromatic Colors of #A18E36
Black with #A18E36
Text Example
Text Example
White with #A18E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E36; }
p { color: rgb(161,142,54); }
H1.HeaderClassName
{
color: #A18E36;
}
.AnyTagClassName
{
color: #A18E36;
}
</style>
background-color css
<style>
a { background-color: #A18E36; }
a { background-color: rgb(161,142,54); }
div.DivClassName
{
background-color: #A18E36;
}
.BgClassName
{
background-color: #A18E36;
}
</style>
border-color css
<style>
span { border-color: #A18E36; }
span { border-color: rgb(161,142,54); }
td.TdClassName
{
border-color: #A18E36;
}
.TagClassName
{
border-color: #A18E36;
}
</style>