Shades of Reef Gold #A18D2C
Tints of Reef Gold #A18D2C
RGB
CMYK
RGB Variations
Color information
#A18D2C (or 0xA18D2C) is known color: Reef Gold. HEX triplet: A1, 8D and 2C. RGB value is (161,141,44). Sum of RGB (Red+Green+Blue) = 161+141+44=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D2C is #5E72D3. Grayscale: #888888. Windows color (decimal): -6189780 or 2919841. OLE color: 2919841.
HSL color Cylindrical-coordinate representation of color #A18D2C: hue angle of 49.74º 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 #A18D2C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 44 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.37 |
| HSL | 49.74º | 0.57% | 0.4% | - |
| HSV(B) | 49.74º | 0.73% | 0.63% | - |
| XYZ | 24.68 | 26.81 | 6.26 | - |
| YUV | 135.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 44 | 0 | 0.12 | 0.73 | 0.37 | 49.74 | 0.57 | 0.4 |
| Hex | A1 | 8D | 2C | 0 | C | 49 | 25 | 32 | 39 | 28 |
| Octal | 241 | 215 | 54 | 0 | 14 | 111 | 45 | 62 | 71 | 50 |
| Binary | 10100001 | 10001101 | 101100 | 0 | 1100 | 1001001 | 100101 | 110010 | 111001 | 101000 |
Color Harmonies of #A18D2C
Complementary color
Monochromatic Colors of #A18D2C
Black with #A18D2C
Text Example
Text Example
White with #A18D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D2C; }
p { color: rgb(161,141,44); }
H1.HeaderClassName
{
color: #A18D2C;
}
.AnyTagClassName
{
color: #A18D2C;
}
</style>
background-color css
<style>
a { background-color: #A18D2C; }
a { background-color: rgb(161,141,44); }
div.DivClassName
{
background-color: #A18D2C;
}
.BgClassName
{
background-color: #A18D2C;
}
</style>
border-color css
<style>
span { border-color: #A18D2C; }
span { border-color: rgb(161,141,44); }
td.TdClassName
{
border-color: #A18D2C;
}
.TagClassName
{
border-color: #A18D2C;
}
</style>