Shades of Reef Gold #A19337
Tints of Reef Gold #A19337
RGB
CMYK
RGB Variations
Color information
#A19337 (or 0xA19337) is known color: Reef Gold. HEX triplet: A1, 93 and 37. RGB value is (161,147,55). Sum of RGB (Red+Green+Blue) = 161+147+55=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A19337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19337 is #5E6CC8. Grayscale: #8D8D8D. Windows color (decimal): -6188233 or 3642273. OLE color: 3642273.
HSL color Cylindrical-coordinate representation of color #A19337: hue angle of 52.08º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A19337 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 55 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.37 |
| HSL | 52.08º | 0.49% | 0.42% | - |
| HSV(B) | 52.08º | 0.66% | 0.63% | - |
| XYZ | 25.82 | 28.72 | 7.8 | - |
| YUV | 140.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 55 | 0 | 0.09 | 0.66 | 0.37 | 52.08 | 0.49 | 0.42 |
| Hex | A1 | 93 | 37 | 0 | 9 | 42 | 25 | 34 | 31 | 2A |
| Octal | 241 | 223 | 67 | 0 | 11 | 102 | 45 | 64 | 61 | 52 |
| Binary | 10100001 | 10010011 | 110111 | 0 | 1001 | 1000010 | 100101 | 110100 | 110001 | 101010 |
Color Harmonies of #A19337
Complementary color
Monochromatic Colors of #A19337
Black with #A19337
Text Example
Text Example
White with #A19337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19337; }
p { color: rgb(161,147,55); }
H1.HeaderClassName
{
color: #A19337;
}
.AnyTagClassName
{
color: #A19337;
}
</style>
background-color css
<style>
a { background-color: #A19337; }
a { background-color: rgb(161,147,55); }
div.DivClassName
{
background-color: #A19337;
}
.BgClassName
{
background-color: #A19337;
}
</style>
border-color css
<style>
span { border-color: #A19337; }
span { border-color: rgb(161,147,55); }
td.TdClassName
{
border-color: #A19337;
}
.TagClassName
{
border-color: #A19337;
}
</style>