Shades of Reef Gold #A3943F
Tints of Reef Gold #A3943F
RGB
CMYK
RGB Variations
Color information
#A3943F (or 0xA3943F) is known color: Reef Gold. HEX triplet: A3, 94 and 3F. RGB value is (163,148,63). Sum of RGB (Red+Green+Blue) = 163+148+63=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3943F is #5C6BC0. Grayscale: #8F8F8F. Windows color (decimal): -6056897 or 4166819. OLE color: 4166819.
HSL color Cylindrical-coordinate representation of color #A3943F: hue angle of 51º 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 #A3943F is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 63 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.36 |
| HSL | 51º | 0.44% | 0.44% | - |
| HSV(B) | 51º | 0.61% | 0.64% | - |
| XYZ | 26.59 | 29.33 | 8.96 | - |
| YUV | 142.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 63 | 0 | 0.09 | 0.61 | 0.36 | 51 | 0.44 | 0.44 |
| Hex | A3 | 94 | 3F | 0 | 9 | 3D | 24 | 33 | 2C | 2C |
| Octal | 243 | 224 | 77 | 0 | 11 | 75 | 44 | 63 | 54 | 54 |
| Binary | 10100011 | 10010100 | 111111 | 0 | 1001 | 111101 | 100100 | 110011 | 101100 | 101100 |
Color Harmonies of #A3943F
Complementary color
Monochromatic Colors of #A3943F
Black with #A3943F
Text Example
Text Example
White with #A3943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3943F; }
p { color: rgb(163,148,63); }
H1.HeaderClassName
{
color: #A3943F;
}
.AnyTagClassName
{
color: #A3943F;
}
</style>
background-color css
<style>
a { background-color: #A3943F; }
a { background-color: rgb(163,148,63); }
div.DivClassName
{
background-color: #A3943F;
}
.BgClassName
{
background-color: #A3943F;
}
</style>
border-color css
<style>
span { border-color: #A3943F; }
span { border-color: rgb(163,148,63); }
td.TdClassName
{
border-color: #A3943F;
}
.TagClassName
{
border-color: #A3943F;
}
</style>