Shades of Reef Gold #A2932C
Tints of Reef Gold #A2932C
RGB
CMYK
RGB Variations
Color information
#A2932C (or 0xA2932C) is known color: Reef Gold. HEX triplet: A2, 93 and 2C. RGB value is (162,147,44). Sum of RGB (Red+Green+Blue) = 162+147+44=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2932C is #5D6CD3. Grayscale: #8C8C8C. Windows color (decimal): -6122708 or 2921378. OLE color: 2921378.
HSL color Cylindrical-coordinate representation of color #A2932C: hue angle of 52.37º 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 #A2932C is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 44 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.36 |
| HSL | 52.37º | 0.57% | 0.4% | - |
| HSV(B) | 52.37º | 0.73% | 0.64% | - |
| XYZ | 25.79 | 28.73 | 6.57 | - |
| YUV | 139.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 44 | 0 | 0.09 | 0.73 | 0.36 | 52.37 | 0.57 | 0.4 |
| Hex | A2 | 93 | 2C | 0 | 9 | 49 | 24 | 34 | 39 | 28 |
| Octal | 242 | 223 | 54 | 0 | 11 | 111 | 44 | 64 | 71 | 50 |
| Binary | 10100010 | 10010011 | 101100 | 0 | 1001 | 1001001 | 100100 | 110100 | 111001 | 101000 |
Color Harmonies of #A2932C
Complementary color
Monochromatic Colors of #A2932C
Black with #A2932C
Text Example
Text Example
White with #A2932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2932C; }
p { color: rgb(162,147,44); }
H1.HeaderClassName
{
color: #A2932C;
}
.AnyTagClassName
{
color: #A2932C;
}
</style>
background-color css
<style>
a { background-color: #A2932C; }
a { background-color: rgb(162,147,44); }
div.DivClassName
{
background-color: #A2932C;
}
.BgClassName
{
background-color: #A2932C;
}
</style>
border-color css
<style>
span { border-color: #A2932C; }
span { border-color: rgb(162,147,44); }
td.TdClassName
{
border-color: #A2932C;
}
.TagClassName
{
border-color: #A2932C;
}
</style>