Shades of Reef Gold #A18C2F
Tints of Reef Gold #A18C2F
RGB
CMYK
RGB Variations
Color information
#A18C2F (or 0xA18C2F) is known color: Reef Gold. HEX triplet: A1, 8C and 2F. RGB value is (161,140,47). Sum of RGB (Red+Green+Blue) = 161+140+47=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C2F is #5E73D0. Grayscale: #888888. Windows color (decimal): -6190033 or 3116193. OLE color: 3116193.
HSL color Cylindrical-coordinate representation of color #A18C2F: hue angle of 48.95º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A18C2F is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 47 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.37 |
| HSL | 48.95º | 0.55% | 0.41% | - |
| HSV(B) | 48.95º | 0.71% | 0.63% | - |
| XYZ | 24.59 | 26.54 | 6.52 | - |
| YUV | 135.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 47 | 0 | 0.13 | 0.71 | 0.37 | 48.95 | 0.55 | 0.41 |
| Hex | A1 | 8C | 2F | 0 | D | 47 | 25 | 31 | 37 | 29 |
| Octal | 241 | 214 | 57 | 0 | 15 | 107 | 45 | 61 | 67 | 51 |
| Binary | 10100001 | 10001100 | 101111 | 0 | 1101 | 1000111 | 100101 | 110001 | 110111 | 101001 |
Color Harmonies of #A18C2F
Complementary color
Monochromatic Colors of #A18C2F
Black with #A18C2F
Text Example
Text Example
White with #A18C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C2F; }
p { color: rgb(161,140,47); }
H1.HeaderClassName
{
color: #A18C2F;
}
.AnyTagClassName
{
color: #A18C2F;
}
</style>
background-color css
<style>
a { background-color: #A18C2F; }
a { background-color: rgb(161,140,47); }
div.DivClassName
{
background-color: #A18C2F;
}
.BgClassName
{
background-color: #A18C2F;
}
</style>
border-color css
<style>
span { border-color: #A18C2F; }
span { border-color: rgb(161,140,47); }
td.TdClassName
{
border-color: #A18C2F;
}
.TagClassName
{
border-color: #A18C2F;
}
</style>