Shades of Reef Gold #A1953D
Tints of Reef Gold #A1953D
RGB
CMYK
RGB Variations
Color information
#A1953D (or 0xA1953D) is known color: Reef Gold. HEX triplet: A1, 95 and 3D. RGB value is (161,149,61). Sum of RGB (Red+Green+Blue) = 161+149+61=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1953D is #5E6AC2. Grayscale: #8E8E8E. Windows color (decimal): -6187715 or 4036001. OLE color: 4036001.
HSL color Cylindrical-coordinate representation of color #A1953D: hue angle of 52.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1953D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 61 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.37 |
| HSL | 52.8º | 0.45% | 0.44% | - |
| HSV(B) | 52.8º | 0.62% | 0.63% | - |
| XYZ | 26.29 | 29.41 | 8.71 | - |
| YUV | 142.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 61 | 0 | 0.07 | 0.62 | 0.37 | 52.8 | 0.45 | 0.44 |
| Hex | A1 | 95 | 3D | 0 | 7 | 3E | 25 | 35 | 2D | 2C |
| Octal | 241 | 225 | 75 | 0 | 7 | 76 | 45 | 65 | 55 | 54 |
| Binary | 10100001 | 10010101 | 111101 | 0 | 111 | 111110 | 100101 | 110101 | 101101 | 101100 |
Color Harmonies of #A1953D
Complementary color
Monochromatic Colors of #A1953D
Black with #A1953D
Text Example
Text Example
White with #A1953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1953D; }
p { color: rgb(161,149,61); }
H1.HeaderClassName
{
color: #A1953D;
}
.AnyTagClassName
{
color: #A1953D;
}
</style>
background-color css
<style>
a { background-color: #A1953D; }
a { background-color: rgb(161,149,61); }
div.DivClassName
{
background-color: #A1953D;
}
.BgClassName
{
background-color: #A1953D;
}
</style>
border-color css
<style>
span { border-color: #A1953D; }
span { border-color: rgb(161,149,61); }
td.TdClassName
{
border-color: #A1953D;
}
.TagClassName
{
border-color: #A1953D;
}
</style>