Shades of Reef Gold #A1943D
Tints of Reef Gold #A1943D
RGB
CMYK
RGB Variations
Color information
#A1943D (or 0xA1943D) is known color: Reef Gold. HEX triplet: A1, 94 and 3D. RGB value is (161,148,61). Sum of RGB (Red+Green+Blue) = 161+148+61=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1943D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1943D is #5E6BC2. Grayscale: #8E8E8E. Windows color (decimal): -6187971 or 4035745. OLE color: 4035745.
HSL color Cylindrical-coordinate representation of color #A1943D: hue angle of 52.2º 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 #A1943D is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 61 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.37 |
| HSL | 52.2º | 0.45% | 0.44% | - |
| HSV(B) | 52.2º | 0.62% | 0.63% | - |
| XYZ | 26.13 | 29.09 | 8.65 | - |
| YUV | 141.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 61 | 0 | 0.08 | 0.62 | 0.37 | 52.2 | 0.45 | 0.44 |
| Hex | A1 | 94 | 3D | 0 | 8 | 3E | 25 | 34 | 2D | 2C |
| Octal | 241 | 224 | 75 | 0 | 10 | 76 | 45 | 64 | 55 | 54 |
| Binary | 10100001 | 10010100 | 111101 | 0 | 1000 | 111110 | 100101 | 110100 | 101101 | 101100 |
Color Harmonies of #A1943D
Complementary color
Monochromatic Colors of #A1943D
Black with #A1943D
Text Example
Text Example
White with #A1943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1943D; }
p { color: rgb(161,148,61); }
H1.HeaderClassName
{
color: #A1943D;
}
.AnyTagClassName
{
color: #A1943D;
}
</style>
background-color css
<style>
a { background-color: #A1943D; }
a { background-color: rgb(161,148,61); }
div.DivClassName
{
background-color: #A1943D;
}
.BgClassName
{
background-color: #A1943D;
}
</style>
border-color css
<style>
span { border-color: #A1943D; }
span { border-color: rgb(161,148,61); }
td.TdClassName
{
border-color: #A1943D;
}
.TagClassName
{
border-color: #A1943D;
}
</style>