Shades of Reef Gold #A3973F
Tints of Reef Gold #A3973F
RGB
CMYK
RGB Variations
Color information
#A3973F (or 0xA3973F) is known color: Reef Gold. HEX triplet: A3, 97 and 3F. RGB value is (163,151,63). Sum of RGB (Red+Green+Blue) = 163+151+63=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3973F is #5C68C0. Grayscale: #909090. Windows color (decimal): -6056129 or 4167587. OLE color: 4167587.
HSL color Cylindrical-coordinate representation of color #A3973F: hue angle of 52.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3973F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 63 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.36 |
| HSL | 52.8º | 0.44% | 0.44% | - |
| HSV(B) | 52.8º | 0.61% | 0.64% | - |
| XYZ | 27.07 | 30.28 | 9.12 | - |
| YUV | 144.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 63 | 0 | 0.07 | 0.61 | 0.36 | 52.8 | 0.44 | 0.44 |
| Hex | A3 | 97 | 3F | 0 | 7 | 3D | 24 | 35 | 2C | 2C |
| Octal | 243 | 227 | 77 | 0 | 7 | 75 | 44 | 65 | 54 | 54 |
| Binary | 10100011 | 10010111 | 111111 | 0 | 111 | 111101 | 100100 | 110101 | 101100 | 101100 |
Color Harmonies of #A3973F
Complementary color
Monochromatic Colors of #A3973F
Black with #A3973F
Text Example
Text Example
White with #A3973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3973F; }
p { color: rgb(163,151,63); }
H1.HeaderClassName
{
color: #A3973F;
}
.AnyTagClassName
{
color: #A3973F;
}
</style>
background-color css
<style>
a { background-color: #A3973F; }
a { background-color: rgb(163,151,63); }
div.DivClassName
{
background-color: #A3973F;
}
.BgClassName
{
background-color: #A3973F;
}
</style>
border-color css
<style>
span { border-color: #A3973F; }
span { border-color: rgb(163,151,63); }
td.TdClassName
{
border-color: #A3973F;
}
.TagClassName
{
border-color: #A3973F;
}
</style>