Shades of Reef Gold #A19237
Tints of Reef Gold #A19237
RGB
CMYK
RGB Variations
Color information
#A19237 (or 0xA19237) is known color: Reef Gold. HEX triplet: A1, 92 and 37. RGB value is (161,146,55). Sum of RGB (Red+Green+Blue) = 161+146+55=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A19237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19237 is #5E6DC8. Grayscale: #8C8C8C. Windows color (decimal): -6188489 or 3642017. OLE color: 3642017.
HSL color Cylindrical-coordinate representation of color #A19237: hue angle of 51.51º 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 #A19237 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 55 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.37 |
| HSL | 51.51º | 0.49% | 0.42% | - |
| HSV(B) | 51.51º | 0.66% | 0.63% | - |
| XYZ | 25.67 | 28.41 | 7.75 | - |
| YUV | 140.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 55 | 0 | 0.09 | 0.66 | 0.37 | 51.51 | 0.49 | 0.42 |
| Hex | A1 | 92 | 37 | 0 | 9 | 42 | 25 | 34 | 31 | 2A |
| Octal | 241 | 222 | 67 | 0 | 11 | 102 | 45 | 64 | 61 | 52 |
| Binary | 10100001 | 10010010 | 110111 | 0 | 1001 | 1000010 | 100101 | 110100 | 110001 | 101010 |
Color Harmonies of #A19237
Complementary color
Monochromatic Colors of #A19237
Black with #A19237
Text Example
Text Example
White with #A19237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19237; }
p { color: rgb(161,146,55); }
H1.HeaderClassName
{
color: #A19237;
}
.AnyTagClassName
{
color: #A19237;
}
</style>
background-color css
<style>
a { background-color: #A19237; }
a { background-color: rgb(161,146,55); }
div.DivClassName
{
background-color: #A19237;
}
.BgClassName
{
background-color: #A19237;
}
</style>
border-color css
<style>
span { border-color: #A19237; }
span { border-color: rgb(161,146,55); }
td.TdClassName
{
border-color: #A19237;
}
.TagClassName
{
border-color: #A19237;
}
</style>