Shades of Reef Gold #A19735
Tints of Reef Gold #A19735
RGB
CMYK
RGB Variations
Color information
#A19735 (or 0xA19735) is known color: Reef Gold. HEX triplet: A1, 97 and 35. RGB value is (161,151,53). Sum of RGB (Red+Green+Blue) = 161+151+53=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A19735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19735 is #5E68CA. Grayscale: #8F8F8F. Windows color (decimal): -6187211 or 3512225. OLE color: 3512225.
HSL color Cylindrical-coordinate representation of color #A19735: hue angle of 54.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A19735 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 53 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.37 |
| HSL | 54.44º | 0.5% | 0.42% | - |
| HSV(B) | 54.44º | 0.67% | 0.63% | - |
| XYZ | 26.41 | 29.97 | 7.76 | - |
| YUV | 142.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 53 | 0 | 0.06 | 0.67 | 0.37 | 54.44 | 0.5 | 0.42 |
| Hex | A1 | 97 | 35 | 0 | 6 | 43 | 25 | 36 | 32 | 2A |
| Octal | 241 | 227 | 65 | 0 | 6 | 103 | 45 | 66 | 62 | 52 |
| Binary | 10100001 | 10010111 | 110101 | 0 | 110 | 1000011 | 100101 | 110110 | 110010 | 101010 |
Color Harmonies of #A19735
Complementary color
Monochromatic Colors of #A19735
Black with #A19735
Text Example
Text Example
White with #A19735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19735; }
p { color: rgb(161,151,53); }
H1.HeaderClassName
{
color: #A19735;
}
.AnyTagClassName
{
color: #A19735;
}
</style>
background-color css
<style>
a { background-color: #A19735; }
a { background-color: rgb(161,151,53); }
div.DivClassName
{
background-color: #A19735;
}
.BgClassName
{
background-color: #A19735;
}
</style>
border-color css
<style>
span { border-color: #A19735; }
span { border-color: rgb(161,151,53); }
td.TdClassName
{
border-color: #A19735;
}
.TagClassName
{
border-color: #A19735;
}
</style>