Shades of Reef Gold #A2953A
Tints of Reef Gold #A2953A
RGB
CMYK
RGB Variations
Color information
#A2953A (or 0xA2953A) is known color: Reef Gold. HEX triplet: A2, 95 and 3A. RGB value is (162,149,58). Sum of RGB (Red+Green+Blue) = 162+149+58=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2953A is #5D6AC5. Grayscale: #8E8E8E. Windows color (decimal): -6122182 or 3839394. OLE color: 3839394.
HSL color Cylindrical-coordinate representation of color #A2953A: hue angle of 52.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2953A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 58 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.36 |
| HSL | 52.5º | 0.47% | 0.43% | - |
| HSV(B) | 52.5º | 0.64% | 0.64% | - |
| XYZ | 26.41 | 29.48 | 8.3 | - |
| YUV | 142.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 58 | 0 | 0.08 | 0.64 | 0.36 | 52.5 | 0.47 | 0.43 |
| Hex | A2 | 95 | 3A | 0 | 8 | 40 | 24 | 34 | 2F | 2B |
| Octal | 242 | 225 | 72 | 0 | 10 | 100 | 44 | 64 | 57 | 53 |
| Binary | 10100010 | 10010101 | 111010 | 0 | 1000 | 1000000 | 100100 | 110100 | 101111 | 101011 |
Color Harmonies of #A2953A
Complementary color
Monochromatic Colors of #A2953A
Black with #A2953A
Text Example
Text Example
White with #A2953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2953A; }
p { color: rgb(162,149,58); }
H1.HeaderClassName
{
color: #A2953A;
}
.AnyTagClassName
{
color: #A2953A;
}
</style>
background-color css
<style>
a { background-color: #A2953A; }
a { background-color: rgb(162,149,58); }
div.DivClassName
{
background-color: #A2953A;
}
.BgClassName
{
background-color: #A2953A;
}
</style>
border-color css
<style>
span { border-color: #A2953A; }
span { border-color: rgb(162,149,58); }
td.TdClassName
{
border-color: #A2953A;
}
.TagClassName
{
border-color: #A2953A;
}
</style>