Shades of Reef Gold #A19531
Tints of Reef Gold #A19531
RGB
CMYK
RGB Variations
Color information
#A19531 (or 0xA19531) is known color: Reef Gold. HEX triplet: A1, 95 and 31. RGB value is (161,149,49). Sum of RGB (Red+Green+Blue) = 161+149+49=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A19531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19531 is #5E6ACE. Grayscale: #8D8D8D. Windows color (decimal): -6187727 or 3249569. OLE color: 3249569.
HSL color Cylindrical-coordinate representation of color #A19531: hue angle of 53.57º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A19531 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 49 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.37 |
| HSL | 53.57º | 0.53% | 0.41% | - |
| HSV(B) | 53.57º | 0.7% | 0.63% | - |
| XYZ | 26 | 29.29 | 7.19 | - |
| YUV | 141.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 49 | 0 | 0.07 | 0.70 | 0.37 | 53.57 | 0.53 | 0.41 |
| Hex | A1 | 95 | 31 | 0 | 7 | 46 | 25 | 36 | 35 | 29 |
| Octal | 241 | 225 | 61 | 0 | 7 | 106 | 45 | 66 | 65 | 51 |
| Binary | 10100001 | 10010101 | 110001 | 0 | 111 | 1000110 | 100101 | 110110 | 110101 | 101001 |
Color Harmonies of #A19531
Complementary color
Monochromatic Colors of #A19531
Black with #A19531
Text Example
Text Example
White with #A19531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19531; }
p { color: rgb(161,149,49); }
H1.HeaderClassName
{
color: #A19531;
}
.AnyTagClassName
{
color: #A19531;
}
</style>
background-color css
<style>
a { background-color: #A19531; }
a { background-color: rgb(161,149,49); }
div.DivClassName
{
background-color: #A19531;
}
.BgClassName
{
background-color: #A19531;
}
</style>
border-color css
<style>
span { border-color: #A19531; }
span { border-color: rgb(161,149,49); }
td.TdClassName
{
border-color: #A19531;
}
.TagClassName
{
border-color: #A19531;
}
</style>