Shades of Reef Gold #A2963E
Tints of Reef Gold #A2963E
RGB
CMYK
RGB Variations
Color information
#A2963E (or 0xA2963E) is known color: Reef Gold. HEX triplet: A2, 96 and 3E. RGB value is (162,150,62). Sum of RGB (Red+Green+Blue) = 162+150+62=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2963E is #5D69C1. Grayscale: #8F8F8F. Windows color (decimal): -6121922 or 4101794. OLE color: 4101794.
HSL color Cylindrical-coordinate representation of color #A2963E: hue angle of 52.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2963E is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 62 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.36 |
| HSL | 52.8º | 0.45% | 0.44% | - |
| HSV(B) | 52.8º | 0.62% | 0.64% | - |
| XYZ | 26.68 | 29.84 | 8.91 | - |
| YUV | 143.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 62 | 0 | 0.07 | 0.62 | 0.36 | 52.8 | 0.45 | 0.44 |
| Hex | A2 | 96 | 3E | 0 | 7 | 3E | 24 | 35 | 2D | 2C |
| Octal | 242 | 226 | 76 | 0 | 7 | 76 | 44 | 65 | 55 | 54 |
| Binary | 10100010 | 10010110 | 111110 | 0 | 111 | 111110 | 100100 | 110101 | 101101 | 101100 |
Color Harmonies of #A2963E
Complementary color
Monochromatic Colors of #A2963E
Black with #A2963E
Text Example
Text Example
White with #A2963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2963E; }
p { color: rgb(162,150,62); }
H1.HeaderClassName
{
color: #A2963E;
}
.AnyTagClassName
{
color: #A2963E;
}
</style>
background-color css
<style>
a { background-color: #A2963E; }
a { background-color: rgb(162,150,62); }
div.DivClassName
{
background-color: #A2963E;
}
.BgClassName
{
background-color: #A2963E;
}
</style>
border-color css
<style>
span { border-color: #A2963E; }
span { border-color: rgb(162,150,62); }
td.TdClassName
{
border-color: #A2963E;
}
.TagClassName
{
border-color: #A2963E;
}
</style>