Shades of Reef Gold #A3913D
Tints of Reef Gold #A3913D
RGB
CMYK
RGB Variations
Color information
#A3913D (or 0xA3913D) is known color: Reef Gold. HEX triplet: A3, 91 and 3D. RGB value is (163,145,61). Sum of RGB (Red+Green+Blue) = 163+145+61=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3913D is #5C6EC2. Grayscale: #8D8D8D. Windows color (decimal): -6057667 or 4034979. OLE color: 4034979.
HSL color Cylindrical-coordinate representation of color #A3913D: hue angle of 49.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3913D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 61 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.36 |
| HSL | 49.41º | 0.46% | 0.44% | - |
| HSV(B) | 49.41º | 0.63% | 0.64% | - |
| XYZ | 26.07 | 28.37 | 8.52 | - |
| YUV | 140.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 61 | 0 | 0.11 | 0.63 | 0.36 | 49.41 | 0.46 | 0.44 |
| Hex | A3 | 91 | 3D | 0 | B | 3F | 24 | 31 | 2E | 2C |
| Octal | 243 | 221 | 75 | 0 | 13 | 77 | 44 | 61 | 56 | 54 |
| Binary | 10100011 | 10010001 | 111101 | 0 | 1011 | 111111 | 100100 | 110001 | 101110 | 101100 |
Color Harmonies of #A3913D
Complementary color
Monochromatic Colors of #A3913D
Black with #A3913D
Text Example
Text Example
White with #A3913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3913D; }
p { color: rgb(163,145,61); }
H1.HeaderClassName
{
color: #A3913D;
}
.AnyTagClassName
{
color: #A3913D;
}
</style>
background-color css
<style>
a { background-color: #A3913D; }
a { background-color: rgb(163,145,61); }
div.DivClassName
{
background-color: #A3913D;
}
.BgClassName
{
background-color: #A3913D;
}
</style>
border-color css
<style>
span { border-color: #A3913D; }
span { border-color: rgb(163,145,61); }
td.TdClassName
{
border-color: #A3913D;
}
.TagClassName
{
border-color: #A3913D;
}
</style>