Shades of Reef Gold #A1912C
Tints of Reef Gold #A1912C
RGB
CMYK
RGB Variations
Color information
#A1912C (or 0xA1912C) is known color: Reef Gold. HEX triplet: A1, 91 and 2C. RGB value is (161,145,44). Sum of RGB (Red+Green+Blue) = 161+145+44=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1912C is #5E6ED3. Grayscale: #8A8A8A. Windows color (decimal): -6188756 or 2920865. OLE color: 2920865.
HSL color Cylindrical-coordinate representation of color #A1912C: hue angle of 51.79º 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 #A1912C is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 44 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.37 |
| HSL | 51.79º | 0.57% | 0.4% | - |
| HSV(B) | 51.79º | 0.73% | 0.63% | - |
| XYZ | 25.28 | 28.01 | 6.46 | - |
| YUV | 138.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 44 | 0 | 0.10 | 0.73 | 0.37 | 51.79 | 0.57 | 0.4 |
| Hex | A1 | 91 | 2C | 0 | A | 49 | 25 | 34 | 39 | 28 |
| Octal | 241 | 221 | 54 | 0 | 12 | 111 | 45 | 64 | 71 | 50 |
| Binary | 10100001 | 10010001 | 101100 | 0 | 1010 | 1001001 | 100101 | 110100 | 111001 | 101000 |
Color Harmonies of #A1912C
Complementary color
Monochromatic Colors of #A1912C
Black with #A1912C
Text Example
Text Example
White with #A1912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1912C; }
p { color: rgb(161,145,44); }
H1.HeaderClassName
{
color: #A1912C;
}
.AnyTagClassName
{
color: #A1912C;
}
</style>
background-color css
<style>
a { background-color: #A1912C; }
a { background-color: rgb(161,145,44); }
div.DivClassName
{
background-color: #A1912C;
}
.BgClassName
{
background-color: #A1912C;
}
</style>
border-color css
<style>
span { border-color: #A1912C; }
span { border-color: rgb(161,145,44); }
td.TdClassName
{
border-color: #A1912C;
}
.TagClassName
{
border-color: #A1912C;
}
</style>