Shades of Reef Gold #A1913D
Tints of Reef Gold #A1913D
RGB
CMYK
RGB Variations
Color information
#A1913D (or 0xA1913D) is known color: Reef Gold. HEX triplet: A1, 91 and 3D. RGB value is (161,145,61). Sum of RGB (Red+Green+Blue) = 161+145+61=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1913D is #5E6EC2. Grayscale: #8C8C8C. Windows color (decimal): -6188739 or 4034977. OLE color: 4034977.
HSL color Cylindrical-coordinate representation of color #A1913D: hue angle of 50.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1913D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 61 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.37 |
| HSL | 50.4º | 0.45% | 0.44% | - |
| HSV(B) | 50.4º | 0.62% | 0.63% | - |
| XYZ | 25.67 | 28.16 | 8.5 | - |
| YUV | 140.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 61 | 0 | 0.10 | 0.62 | 0.37 | 50.4 | 0.45 | 0.44 |
| Hex | A1 | 91 | 3D | 0 | A | 3E | 25 | 32 | 2D | 2C |
| Octal | 241 | 221 | 75 | 0 | 12 | 76 | 45 | 62 | 55 | 54 |
| Binary | 10100001 | 10010001 | 111101 | 0 | 1010 | 111110 | 100101 | 110010 | 101101 | 101100 |
Color Harmonies of #A1913D
Complementary color
Monochromatic Colors of #A1913D
Black with #A1913D
Text Example
Text Example
White with #A1913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1913D; }
p { color: rgb(161,145,61); }
H1.HeaderClassName
{
color: #A1913D;
}
.AnyTagClassName
{
color: #A1913D;
}
</style>
background-color css
<style>
a { background-color: #A1913D; }
a { background-color: rgb(161,145,61); }
div.DivClassName
{
background-color: #A1913D;
}
.BgClassName
{
background-color: #A1913D;
}
</style>
border-color css
<style>
span { border-color: #A1913D; }
span { border-color: rgb(161,145,61); }
td.TdClassName
{
border-color: #A1913D;
}
.TagClassName
{
border-color: #A1913D;
}
</style>