Shades of Reef Gold #A1932C
Tints of Reef Gold #A1932C
RGB
CMYK
RGB Variations
Color information
#A1932C (or 0xA1932C) is known color: Reef Gold. HEX triplet: A1, 93 and 2C. RGB value is (161,147,44). Sum of RGB (Red+Green+Blue) = 161+147+44=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1932C is #5E6CD3. Grayscale: #8B8B8B. Windows color (decimal): -6188244 or 2921377. OLE color: 2921377.
HSL color Cylindrical-coordinate representation of color #A1932C: hue angle of 52.82º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1932C is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 44 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.37 |
| HSL | 52.82º | 0.57% | 0.4% | - |
| HSV(B) | 52.82º | 0.73% | 0.63% | - |
| XYZ | 25.59 | 28.63 | 6.56 | - |
| YUV | 139.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 44 | 0 | 0.09 | 0.73 | 0.37 | 52.82 | 0.57 | 0.4 |
| Hex | A1 | 93 | 2C | 0 | 9 | 49 | 25 | 35 | 39 | 28 |
| Octal | 241 | 223 | 54 | 0 | 11 | 111 | 45 | 65 | 71 | 50 |
| Binary | 10100001 | 10010011 | 101100 | 0 | 1001 | 1001001 | 100101 | 110101 | 111001 | 101000 |
Color Harmonies of #A1932C
Complementary color
Monochromatic Colors of #A1932C
Black with #A1932C
Text Example
Text Example
White with #A1932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1932C; }
p { color: rgb(161,147,44); }
H1.HeaderClassName
{
color: #A1932C;
}
.AnyTagClassName
{
color: #A1932C;
}
</style>
background-color css
<style>
a { background-color: #A1932C; }
a { background-color: rgb(161,147,44); }
div.DivClassName
{
background-color: #A1932C;
}
.BgClassName
{
background-color: #A1932C;
}
</style>
border-color css
<style>
span { border-color: #A1932C; }
span { border-color: rgb(161,147,44); }
td.TdClassName
{
border-color: #A1932C;
}
.TagClassName
{
border-color: #A1932C;
}
</style>