Shades of Reef Gold #A2993D
Tints of Reef Gold #A2993D
RGB
CMYK
RGB Variations
Color information
#A2993D (or 0xA2993D) is known color: Reef Gold. HEX triplet: A2, 99 and 3D. RGB value is (162,153,61). Sum of RGB (Red+Green+Blue) = 162+153+61=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2993D is #5D66C2. Grayscale: #919191. Windows color (decimal): -6121155 or 4037026. OLE color: 4037026.
HSL color Cylindrical-coordinate representation of color #A2993D: hue angle of 54.65º 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 #A2993D is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 61 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.36 |
| HSL | 54.65º | 0.45% | 0.44% | - |
| HSV(B) | 54.65º | 0.62% | 0.64% | - |
| XYZ | 27.13 | 30.8 | 8.93 | - |
| YUV | 145.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 61 | 0 | 0.06 | 0.62 | 0.36 | 54.65 | 0.45 | 0.44 |
| Hex | A2 | 99 | 3D | 0 | 6 | 3E | 24 | 37 | 2D | 2C |
| Octal | 242 | 231 | 75 | 0 | 6 | 76 | 44 | 67 | 55 | 54 |
| Binary | 10100010 | 10011001 | 111101 | 0 | 110 | 111110 | 100100 | 110111 | 101101 | 101100 |
Color Harmonies of #A2993D
Complementary color
Monochromatic Colors of #A2993D
Black with #A2993D
Text Example
Text Example
White with #A2993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2993D; }
p { color: rgb(162,153,61); }
H1.HeaderClassName
{
color: #A2993D;
}
.AnyTagClassName
{
color: #A2993D;
}
</style>
background-color css
<style>
a { background-color: #A2993D; }
a { background-color: rgb(162,153,61); }
div.DivClassName
{
background-color: #A2993D;
}
.BgClassName
{
background-color: #A2993D;
}
</style>
border-color css
<style>
span { border-color: #A2993D; }
span { border-color: rgb(162,153,61); }
td.TdClassName
{
border-color: #A2993D;
}
.TagClassName
{
border-color: #A2993D;
}
</style>