Shades of Reef Gold #A1903D
Tints of Reef Gold #A1903D
RGB
CMYK
RGB Variations
Color information
#A1903D (or 0xA1903D) is known color: Reef Gold. HEX triplet: A1, 90 and 3D. RGB value is (161,144,61). Sum of RGB (Red+Green+Blue) = 161+144+61=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1903D is #5E6FC2. Grayscale: #8B8B8B. Windows color (decimal): -6188995 or 4034721. OLE color: 4034721.
HSL color Cylindrical-coordinate representation of color #A1903D: hue angle of 49.8º 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 #A1903D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 61 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.37 |
| HSL | 49.8º | 0.45% | 0.44% | - |
| HSV(B) | 49.8º | 0.62% | 0.63% | - |
| XYZ | 25.51 | 27.86 | 8.45 | - |
| YUV | 139.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 61 | 0 | 0.11 | 0.62 | 0.37 | 49.8 | 0.45 | 0.44 |
| Hex | A1 | 90 | 3D | 0 | B | 3E | 25 | 32 | 2D | 2C |
| Octal | 241 | 220 | 75 | 0 | 13 | 76 | 45 | 62 | 55 | 54 |
| Binary | 10100001 | 10010000 | 111101 | 0 | 1011 | 111110 | 100101 | 110010 | 101101 | 101100 |
Color Harmonies of #A1903D
Complementary color
Monochromatic Colors of #A1903D
Black with #A1903D
Text Example
Text Example
White with #A1903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1903D; }
p { color: rgb(161,144,61); }
H1.HeaderClassName
{
color: #A1903D;
}
.AnyTagClassName
{
color: #A1903D;
}
</style>
background-color css
<style>
a { background-color: #A1903D; }
a { background-color: rgb(161,144,61); }
div.DivClassName
{
background-color: #A1903D;
}
.BgClassName
{
background-color: #A1903D;
}
</style>
border-color css
<style>
span { border-color: #A1903D; }
span { border-color: rgb(161,144,61); }
td.TdClassName
{
border-color: #A1903D;
}
.TagClassName
{
border-color: #A1903D;
}
</style>