Shades of Reef Gold #A3863A
Tints of Reef Gold #A3863A
RGB
CMYK
RGB Variations
Color information
#A3863A (or 0xA3863A) is known color: Reef Gold. HEX triplet: A3, 86 and 3A. RGB value is (163,134,58). Sum of RGB (Red+Green+Blue) = 163+134+58=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3863A is #5C79C5. Grayscale: #868686. Windows color (decimal): -6060486 or 3835555. OLE color: 3835555.
HSL color Cylindrical-coordinate representation of color #A3863A: hue angle of 43.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3863A is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 58 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.36 |
| HSL | 43.43º | 0.48% | 0.43% | - |
| HSV(B) | 43.43º | 0.64% | 0.64% | - |
| XYZ | 24.39 | 25.14 | 7.57 | - |
| YUV | 134.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 58 | 0 | 0.18 | 0.64 | 0.36 | 43.43 | 0.48 | 0.43 |
| Hex | A3 | 86 | 3A | 0 | 12 | 40 | 24 | 2B | 30 | 2B |
| Octal | 243 | 206 | 72 | 0 | 22 | 100 | 44 | 53 | 60 | 53 |
| Binary | 10100011 | 10000110 | 111010 | 0 | 10010 | 1000000 | 100100 | 101011 | 110000 | 101011 |
Color Harmonies of #A3863A
Complementary color
Monochromatic Colors of #A3863A
Black with #A3863A
Text Example
Text Example
White with #A3863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3863A; }
p { color: rgb(163,134,58); }
H1.HeaderClassName
{
color: #A3863A;
}
.AnyTagClassName
{
color: #A3863A;
}
</style>
background-color css
<style>
a { background-color: #A3863A; }
a { background-color: rgb(163,134,58); }
div.DivClassName
{
background-color: #A3863A;
}
.BgClassName
{
background-color: #A3863A;
}
</style>
border-color css
<style>
span { border-color: #A3863A; }
span { border-color: rgb(163,134,58); }
td.TdClassName
{
border-color: #A3863A;
}
.TagClassName
{
border-color: #A3863A;
}
</style>