Shades of Reef Gold #A3983F
Tints of Reef Gold #A3983F
RGB
CMYK
RGB Variations
Color information
#A3983F (or 0xA3983F) is known color: Reef Gold. HEX triplet: A3, 98 and 3F. RGB value is (163,152,63). Sum of RGB (Red+Green+Blue) = 163+152+63=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3983F is #5C67C0. Grayscale: #919191. Windows color (decimal): -6055873 or 4167843. OLE color: 4167843.
HSL color Cylindrical-coordinate representation of color #A3983F: hue angle of 53.4º 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 #A3983F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 63 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.36 |
| HSL | 53.4º | 0.44% | 0.44% | - |
| HSV(B) | 53.4º | 0.61% | 0.64% | - |
| XYZ | 27.23 | 30.6 | 9.17 | - |
| YUV | 145.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 63 | 0 | 0.07 | 0.61 | 0.36 | 53.4 | 0.44 | 0.44 |
| Hex | A3 | 98 | 3F | 0 | 7 | 3D | 24 | 35 | 2C | 2C |
| Octal | 243 | 230 | 77 | 0 | 7 | 75 | 44 | 65 | 54 | 54 |
| Binary | 10100011 | 10011000 | 111111 | 0 | 111 | 111101 | 100100 | 110101 | 101100 | 101100 |
Color Harmonies of #A3983F
Complementary color
Monochromatic Colors of #A3983F
Black with #A3983F
Text Example
Text Example
White with #A3983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3983F; }
p { color: rgb(163,152,63); }
H1.HeaderClassName
{
color: #A3983F;
}
.AnyTagClassName
{
color: #A3983F;
}
</style>
background-color css
<style>
a { background-color: #A3983F; }
a { background-color: rgb(163,152,63); }
div.DivClassName
{
background-color: #A3983F;
}
.BgClassName
{
background-color: #A3983F;
}
</style>
border-color css
<style>
span { border-color: #A3983F; }
span { border-color: rgb(163,152,63); }
td.TdClassName
{
border-color: #A3983F;
}
.TagClassName
{
border-color: #A3983F;
}
</style>