Shades of Reef Gold #A1912E
Tints of Reef Gold #A1912E
RGB
CMYK
RGB Variations
Color information
#A1912E (or 0xA1912E) is known color: Reef Gold. HEX triplet: A1, 91 and 2E. RGB value is (161,145,46). Sum of RGB (Red+Green+Blue) = 161+145+46=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1912E is #5E6ED1. Grayscale: #8A8A8A. Windows color (decimal): -6188754 or 3051937. OLE color: 3051937.
HSL color Cylindrical-coordinate representation of color #A1912E: hue angle of 51.65º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1912E is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 46 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.37 |
| HSL | 51.65º | 0.56% | 0.41% | - |
| HSV(B) | 51.65º | 0.71% | 0.63% | - |
| XYZ | 25.32 | 28.03 | 6.66 | - |
| YUV | 138.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 46 | 0 | 0.10 | 0.71 | 0.37 | 51.65 | 0.56 | 0.41 |
| Hex | A1 | 91 | 2E | 0 | A | 47 | 25 | 34 | 38 | 29 |
| Octal | 241 | 221 | 56 | 0 | 12 | 107 | 45 | 64 | 70 | 51 |
| Binary | 10100001 | 10010001 | 101110 | 0 | 1010 | 1000111 | 100101 | 110100 | 111000 | 101001 |
Color Harmonies of #A1912E
Complementary color
Monochromatic Colors of #A1912E
Black with #A1912E
Text Example
Text Example
White with #A1912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1912E; }
p { color: rgb(161,145,46); }
H1.HeaderClassName
{
color: #A1912E;
}
.AnyTagClassName
{
color: #A1912E;
}
</style>
background-color css
<style>
a { background-color: #A1912E; }
a { background-color: rgb(161,145,46); }
div.DivClassName
{
background-color: #A1912E;
}
.BgClassName
{
background-color: #A1912E;
}
</style>
border-color css
<style>
span { border-color: #A1912E; }
span { border-color: rgb(161,145,46); }
td.TdClassName
{
border-color: #A1912E;
}
.TagClassName
{
border-color: #A1912E;
}
</style>