Shades of Reef Gold #A18C38
Tints of Reef Gold #A18C38
RGB
CMYK
RGB Variations
Color information
#A18C38 (or 0xA18C38) is known color: Reef Gold. HEX triplet: A1, 8C and 38. RGB value is (161,140,56). Sum of RGB (Red+Green+Blue) = 161+140+56=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C38 is #5E73C7. Grayscale: #898989. Windows color (decimal): -6190024 or 3706017. OLE color: 3706017.
HSL color Cylindrical-coordinate representation of color #A18C38: hue angle of 48º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A18C38 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 56 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.37 |
| HSL | 48º | 0.48% | 0.43% | - |
| HSV(B) | 48º | 0.65% | 0.63% | - |
| XYZ | 24.79 | 26.62 | 7.57 | - |
| YUV | 136.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 56 | 0 | 0.13 | 0.65 | 0.37 | 48 | 0.48 | 0.43 |
| Hex | A1 | 8C | 38 | 0 | D | 41 | 25 | 30 | 30 | 2B |
| Octal | 241 | 214 | 70 | 0 | 15 | 101 | 45 | 60 | 60 | 53 |
| Binary | 10100001 | 10001100 | 111000 | 0 | 1101 | 1000001 | 100101 | 110000 | 110000 | 101011 |
Color Harmonies of #A18C38
Complementary color
Monochromatic Colors of #A18C38
Black with #A18C38
Text Example
Text Example
White with #A18C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C38; }
p { color: rgb(161,140,56); }
H1.HeaderClassName
{
color: #A18C38;
}
.AnyTagClassName
{
color: #A18C38;
}
</style>
background-color css
<style>
a { background-color: #A18C38; }
a { background-color: rgb(161,140,56); }
div.DivClassName
{
background-color: #A18C38;
}
.BgClassName
{
background-color: #A18C38;
}
</style>
border-color css
<style>
span { border-color: #A18C38; }
span { border-color: rgb(161,140,56); }
td.TdClassName
{
border-color: #A18C38;
}
.TagClassName
{
border-color: #A18C38;
}
</style>