Shades of Reef Gold #A19239
Tints of Reef Gold #A19239
RGB
CMYK
RGB Variations
Color information
#A19239 (or 0xA19239) is known color: Reef Gold. HEX triplet: A1, 92 and 39. RGB value is (161,146,57). Sum of RGB (Red+Green+Blue) = 161+146+57=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A19239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19239 is #5E6DC6. Grayscale: #8C8C8C. Windows color (decimal): -6188487 or 3773089. OLE color: 3773089.
HSL color Cylindrical-coordinate representation of color #A19239: hue angle of 51.35º 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 #A19239 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 57 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.37 |
| HSL | 51.35º | 0.48% | 0.43% | - |
| HSV(B) | 51.35º | 0.65% | 0.63% | - |
| XYZ | 25.72 | 28.43 | 8 | - |
| YUV | 140.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 57 | 0 | 0.09 | 0.65 | 0.37 | 51.35 | 0.48 | 0.43 |
| Hex | A1 | 92 | 39 | 0 | 9 | 41 | 25 | 33 | 30 | 2B |
| Octal | 241 | 222 | 71 | 0 | 11 | 101 | 45 | 63 | 60 | 53 |
| Binary | 10100001 | 10010010 | 111001 | 0 | 1001 | 1000001 | 100101 | 110011 | 110000 | 101011 |
Color Harmonies of #A19239
Complementary color
Monochromatic Colors of #A19239
Black with #A19239
Text Example
Text Example
White with #A19239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19239; }
p { color: rgb(161,146,57); }
H1.HeaderClassName
{
color: #A19239;
}
.AnyTagClassName
{
color: #A19239;
}
</style>
background-color css
<style>
a { background-color: #A19239; }
a { background-color: rgb(161,146,57); }
div.DivClassName
{
background-color: #A19239;
}
.BgClassName
{
background-color: #A19239;
}
</style>
border-color css
<style>
span { border-color: #A19239; }
span { border-color: rgb(161,146,57); }
td.TdClassName
{
border-color: #A19239;
}
.TagClassName
{
border-color: #A19239;
}
</style>