Shades of Reef Gold #A2963D
Tints of Reef Gold #A2963D
RGB
CMYK
RGB Variations
Color information
#A2963D (or 0xA2963D) is known color: Reef Gold. HEX triplet: A2, 96 and 3D. RGB value is (162,150,61). Sum of RGB (Red+Green+Blue) = 162+150+61=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2963D is #5D69C2. Grayscale: #8F8F8F. Windows color (decimal): -6121923 or 4036258. OLE color: 4036258.
HSL color Cylindrical-coordinate representation of color #A2963D: hue angle of 52.87º 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 #A2963D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 61 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.36 |
| HSL | 52.87º | 0.45% | 0.44% | - |
| HSV(B) | 52.87º | 0.62% | 0.64% | - |
| XYZ | 26.65 | 29.83 | 8.77 | - |
| YUV | 143.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 61 | 0 | 0.07 | 0.62 | 0.36 | 52.87 | 0.45 | 0.44 |
| Hex | A2 | 96 | 3D | 0 | 7 | 3E | 24 | 35 | 2D | 2C |
| Octal | 242 | 226 | 75 | 0 | 7 | 76 | 44 | 65 | 55 | 54 |
| Binary | 10100010 | 10010110 | 111101 | 0 | 111 | 111110 | 100100 | 110101 | 101101 | 101100 |
Color Harmonies of #A2963D
Complementary color
Monochromatic Colors of #A2963D
Black with #A2963D
Text Example
Text Example
White with #A2963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2963D; }
p { color: rgb(162,150,61); }
H1.HeaderClassName
{
color: #A2963D;
}
.AnyTagClassName
{
color: #A2963D;
}
</style>
background-color css
<style>
a { background-color: #A2963D; }
a { background-color: rgb(162,150,61); }
div.DivClassName
{
background-color: #A2963D;
}
.BgClassName
{
background-color: #A2963D;
}
</style>
border-color css
<style>
span { border-color: #A2963D; }
span { border-color: rgb(162,150,61); }
td.TdClassName
{
border-color: #A2963D;
}
.TagClassName
{
border-color: #A2963D;
}
</style>