Shades of Reef Gold #A3863B
Tints of Reef Gold #A3863B
RGB
CMYK
RGB Variations
Color information
#A3863B (or 0xA3863B) is known color: Reef Gold. HEX triplet: A3, 86 and 3B. RGB value is (163,134,59). Sum of RGB (Red+Green+Blue) = 163+134+59=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3863B is #5C79C4. Grayscale: #868686. Windows color (decimal): -6060485 or 3901091. OLE color: 3901091.
HSL color Cylindrical-coordinate representation of color #A3863B: hue angle of 43.27º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3863B is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 59 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.36 |
| HSL | 43.27º | 0.47% | 0.44% | - |
| HSV(B) | 43.27º | 0.64% | 0.64% | - |
| XYZ | 24.42 | 25.15 | 7.71 | - |
| YUV | 134.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 59 | 0 | 0.18 | 0.64 | 0.36 | 43.27 | 0.47 | 0.44 |
| Hex | A3 | 86 | 3B | 0 | 12 | 40 | 24 | 2B | 2F | 2C |
| Octal | 243 | 206 | 73 | 0 | 22 | 100 | 44 | 53 | 57 | 54 |
| Binary | 10100011 | 10000110 | 111011 | 0 | 10010 | 1000000 | 100100 | 101011 | 101111 | 101100 |
Color Harmonies of #A3863B
Complementary color
Monochromatic Colors of #A3863B
Black with #A3863B
Text Example
Text Example
White with #A3863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3863B; }
p { color: rgb(163,134,59); }
H1.HeaderClassName
{
color: #A3863B;
}
.AnyTagClassName
{
color: #A3863B;
}
</style>
background-color css
<style>
a { background-color: #A3863B; }
a { background-color: rgb(163,134,59); }
div.DivClassName
{
background-color: #A3863B;
}
.BgClassName
{
background-color: #A3863B;
}
</style>
border-color css
<style>
span { border-color: #A3863B; }
span { border-color: rgb(163,134,59); }
td.TdClassName
{
border-color: #A3863B;
}
.TagClassName
{
border-color: #A3863B;
}
</style>