Shades of Reef Gold #A3953F
Tints of Reef Gold #A3953F
RGB
CMYK
RGB Variations
Color information
#A3953F (or 0xA3953F) is known color: Reef Gold. HEX triplet: A3, 95 and 3F. RGB value is (163,149,63). Sum of RGB (Red+Green+Blue) = 163+149+63=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3953F is #5C6AC0. Grayscale: #8F8F8F. Windows color (decimal): -6056641 or 4167075. OLE color: 4167075.
HSL color Cylindrical-coordinate representation of color #A3953F: hue angle of 51.6º 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 #A3953F is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 63 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.36 |
| HSL | 51.6º | 0.44% | 0.44% | - |
| HSV(B) | 51.6º | 0.61% | 0.64% | - |
| XYZ | 26.75 | 29.64 | 9.01 | - |
| YUV | 143.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 63 | 0 | 0.09 | 0.61 | 0.36 | 51.6 | 0.44 | 0.44 |
| Hex | A3 | 95 | 3F | 0 | 9 | 3D | 24 | 34 | 2C | 2C |
| Octal | 243 | 225 | 77 | 0 | 11 | 75 | 44 | 64 | 54 | 54 |
| Binary | 10100011 | 10010101 | 111111 | 0 | 1001 | 111101 | 100100 | 110100 | 101100 | 101100 |
Color Harmonies of #A3953F
Complementary color
Monochromatic Colors of #A3953F
Black with #A3953F
Text Example
Text Example
White with #A3953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3953F; }
p { color: rgb(163,149,63); }
H1.HeaderClassName
{
color: #A3953F;
}
.AnyTagClassName
{
color: #A3953F;
}
</style>
background-color css
<style>
a { background-color: #A3953F; }
a { background-color: rgb(163,149,63); }
div.DivClassName
{
background-color: #A3953F;
}
.BgClassName
{
background-color: #A3953F;
}
</style>
border-color css
<style>
span { border-color: #A3953F; }
span { border-color: rgb(163,149,63); }
td.TdClassName
{
border-color: #A3953F;
}
.TagClassName
{
border-color: #A3953F;
}
</style>