Shades of Reef Gold #A18F2F
Tints of Reef Gold #A18F2F
RGB
CMYK
RGB Variations
Color information
#A18F2F (or 0xA18F2F) is known color: Reef Gold. HEX triplet: A1, 8F and 2F. RGB value is (161,143,47). Sum of RGB (Red+Green+Blue) = 161+143+47=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F2F is #5E70D0. Grayscale: #898989. Windows color (decimal): -6189265 or 3116961. OLE color: 3116961.
HSL color Cylindrical-coordinate representation of color #A18F2F: hue angle of 50.53º 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 #A18F2F is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 47 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.37 |
| HSL | 50.53º | 0.55% | 0.41% | - |
| HSV(B) | 50.53º | 0.71% | 0.63% | - |
| XYZ | 25.03 | 27.43 | 6.66 | - |
| YUV | 137.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 47 | 0 | 0.11 | 0.71 | 0.37 | 50.53 | 0.55 | 0.41 |
| Hex | A1 | 8F | 2F | 0 | B | 47 | 25 | 33 | 37 | 29 |
| Octal | 241 | 217 | 57 | 0 | 13 | 107 | 45 | 63 | 67 | 51 |
| Binary | 10100001 | 10001111 | 101111 | 0 | 1011 | 1000111 | 100101 | 110011 | 110111 | 101001 |
Color Harmonies of #A18F2F
Complementary color
Monochromatic Colors of #A18F2F
Black with #A18F2F
Text Example
Text Example
White with #A18F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F2F; }
p { color: rgb(161,143,47); }
H1.HeaderClassName
{
color: #A18F2F;
}
.AnyTagClassName
{
color: #A18F2F;
}
</style>
background-color css
<style>
a { background-color: #A18F2F; }
a { background-color: rgb(161,143,47); }
div.DivClassName
{
background-color: #A18F2F;
}
.BgClassName
{
background-color: #A18F2F;
}
</style>
border-color css
<style>
span { border-color: #A18F2F; }
span { border-color: rgb(161,143,47); }
td.TdClassName
{
border-color: #A18F2F;
}
.TagClassName
{
border-color: #A18F2F;
}
</style>