Shades of Reef Gold #A18F3E
Tints of Reef Gold #A18F3E
RGB
CMYK
RGB Variations
Color information
#A18F3E (or 0xA18F3E) is known color: Reef Gold. HEX triplet: A1, 8F and 3E. RGB value is (161,143,62). Sum of RGB (Red+Green+Blue) = 161+143+62=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F3E is #5E70C1. Grayscale: #8B8B8B. Windows color (decimal): -6189250 or 4100001. OLE color: 4100001.
HSL color Cylindrical-coordinate representation of color #A18F3E: hue angle of 49.09º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A18F3E is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 62 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.37 |
| HSL | 49.09º | 0.44% | 0.44% | - |
| HSV(B) | 49.09º | 0.61% | 0.63% | - |
| XYZ | 25.39 | 27.57 | 8.54 | - |
| YUV | 139.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 62 | 0 | 0.11 | 0.61 | 0.37 | 49.09 | 0.44 | 0.44 |
| Hex | A1 | 8F | 3E | 0 | B | 3D | 25 | 31 | 2C | 2C |
| Octal | 241 | 217 | 76 | 0 | 13 | 75 | 45 | 61 | 54 | 54 |
| Binary | 10100001 | 10001111 | 111110 | 0 | 1011 | 111101 | 100101 | 110001 | 101100 | 101100 |
Color Harmonies of #A18F3E
Complementary color
Monochromatic Colors of #A18F3E
Black with #A18F3E
Text Example
Text Example
White with #A18F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F3E; }
p { color: rgb(161,143,62); }
H1.HeaderClassName
{
color: #A18F3E;
}
.AnyTagClassName
{
color: #A18F3E;
}
</style>
background-color css
<style>
a { background-color: #A18F3E; }
a { background-color: rgb(161,143,62); }
div.DivClassName
{
background-color: #A18F3E;
}
.BgClassName
{
background-color: #A18F3E;
}
</style>
border-color css
<style>
span { border-color: #A18F3E; }
span { border-color: rgb(161,143,62); }
td.TdClassName
{
border-color: #A18F3E;
}
.TagClassName
{
border-color: #A18F3E;
}
</style>