Shades of Reef Gold #A2942C
Tints of Reef Gold #A2942C
RGB
CMYK
RGB Variations
Color information
#A2942C (or 0xA2942C) is known color: Reef Gold. HEX triplet: A2, 94 and 2C. RGB value is (162,148,44). Sum of RGB (Red+Green+Blue) = 162+148+44=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2942C is #5D6BD3. Grayscale: #8C8C8C. Windows color (decimal): -6122452 or 2921634. OLE color: 2921634.
HSL color Cylindrical-coordinate representation of color #A2942C: hue angle of 52.88º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2942C is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 44 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.36 |
| HSL | 52.88º | 0.57% | 0.4% | - |
| HSV(B) | 52.88º | 0.73% | 0.64% | - |
| XYZ | 25.94 | 29.04 | 6.62 | - |
| YUV | 140.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 44 | 0 | 0.09 | 0.73 | 0.36 | 52.88 | 0.57 | 0.4 |
| Hex | A2 | 94 | 2C | 0 | 9 | 49 | 24 | 35 | 39 | 28 |
| Octal | 242 | 224 | 54 | 0 | 11 | 111 | 44 | 65 | 71 | 50 |
| Binary | 10100010 | 10010100 | 101100 | 0 | 1001 | 1001001 | 100100 | 110101 | 111001 | 101000 |
Color Harmonies of #A2942C
Complementary color
Monochromatic Colors of #A2942C
Black with #A2942C
Text Example
Text Example
White with #A2942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2942C; }
p { color: rgb(162,148,44); }
H1.HeaderClassName
{
color: #A2942C;
}
.AnyTagClassName
{
color: #A2942C;
}
</style>
background-color css
<style>
a { background-color: #A2942C; }
a { background-color: rgb(162,148,44); }
div.DivClassName
{
background-color: #A2942C;
}
.BgClassName
{
background-color: #A2942C;
}
</style>
border-color css
<style>
span { border-color: #A2942C; }
span { border-color: rgb(162,148,44); }
td.TdClassName
{
border-color: #A2942C;
}
.TagClassName
{
border-color: #A2942C;
}
</style>