Shades of Reef Gold #A19538
Tints of Reef Gold #A19538
RGB
CMYK
RGB Variations
Color information
#A19538 (or 0xA19538) is known color: Reef Gold. HEX triplet: A1, 95 and 38. RGB value is (161,149,56). Sum of RGB (Red+Green+Blue) = 161+149+56=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A19538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19538 is #5E6AC7. Grayscale: #8E8E8E. Windows color (decimal): -6187720 or 3708321. OLE color: 3708321.
HSL color Cylindrical-coordinate representation of color #A19538: hue angle of 53.14º 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 #A19538 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 56 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.37 |
| HSL | 53.14º | 0.48% | 0.43% | - |
| HSV(B) | 53.14º | 0.65% | 0.63% | - |
| XYZ | 26.16 | 29.36 | 8.03 | - |
| YUV | 141.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 56 | 0 | 0.07 | 0.65 | 0.37 | 53.14 | 0.48 | 0.43 |
| Hex | A1 | 95 | 38 | 0 | 7 | 41 | 25 | 35 | 30 | 2B |
| Octal | 241 | 225 | 70 | 0 | 7 | 101 | 45 | 65 | 60 | 53 |
| Binary | 10100001 | 10010101 | 111000 | 0 | 111 | 1000001 | 100101 | 110101 | 110000 | 101011 |
Color Harmonies of #A19538
Complementary color
Monochromatic Colors of #A19538
Black with #A19538
Text Example
Text Example
White with #A19538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19538; }
p { color: rgb(161,149,56); }
H1.HeaderClassName
{
color: #A19538;
}
.AnyTagClassName
{
color: #A19538;
}
</style>
background-color css
<style>
a { background-color: #A19538; }
a { background-color: rgb(161,149,56); }
div.DivClassName
{
background-color: #A19538;
}
.BgClassName
{
background-color: #A19538;
}
</style>
border-color css
<style>
span { border-color: #A19538; }
span { border-color: rgb(161,149,56); }
td.TdClassName
{
border-color: #A19538;
}
.TagClassName
{
border-color: #A19538;
}
</style>