Shades of Reef Gold #A1912F
Tints of Reef Gold #A1912F
RGB
CMYK
RGB Variations
Color information
#A1912F (or 0xA1912F) is known color: Reef Gold. HEX triplet: A1, 91 and 2F. RGB value is (161,145,47). Sum of RGB (Red+Green+Blue) = 161+145+47=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1912F is #5E6ED0. Grayscale: #8B8B8B. Windows color (decimal): -6188753 or 3117473. OLE color: 3117473.
HSL color Cylindrical-coordinate representation of color #A1912F: hue angle of 51.58º degrees, saturation: 0.55, 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 #A1912F is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 47 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.37 |
| HSL | 51.58º | 0.55% | 0.41% | - |
| HSV(B) | 51.58º | 0.71% | 0.63% | - |
| XYZ | 25.34 | 28.03 | 6.76 | - |
| YUV | 138.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 47 | 0 | 0.10 | 0.71 | 0.37 | 51.58 | 0.55 | 0.41 |
| Hex | A1 | 91 | 2F | 0 | A | 47 | 25 | 34 | 37 | 29 |
| Octal | 241 | 221 | 57 | 0 | 12 | 107 | 45 | 64 | 67 | 51 |
| Binary | 10100001 | 10010001 | 101111 | 0 | 1010 | 1000111 | 100101 | 110100 | 110111 | 101001 |
Color Harmonies of #A1912F
Complementary color
Monochromatic Colors of #A1912F
Black with #A1912F
Text Example
Text Example
White with #A1912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1912F; }
p { color: rgb(161,145,47); }
H1.HeaderClassName
{
color: #A1912F;
}
.AnyTagClassName
{
color: #A1912F;
}
</style>
background-color css
<style>
a { background-color: #A1912F; }
a { background-color: rgb(161,145,47); }
div.DivClassName
{
background-color: #A1912F;
}
.BgClassName
{
background-color: #A1912F;
}
</style>
border-color css
<style>
span { border-color: #A1912F; }
span { border-color: rgb(161,145,47); }
td.TdClassName
{
border-color: #A1912F;
}
.TagClassName
{
border-color: #A1912F;
}
</style>