Shades of Venus #A3868F
Tints of Venus #A3868F
RGB
CMYK
RGB Variations
Color information
#A3868F (or 0xA3868F) is known color: Venus. HEX triplet: A3, 86 and 8F. RGB value is (163,134,143). Sum of RGB (Red+Green+Blue) = 163+134+143=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A3868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3868F is #5C7970. Grayscale: #8F8F8F. Windows color (decimal): -6060401 or 9406115. OLE color: 9406115.
HSL color Cylindrical-coordinate representation of color #A3868F: hue angle of 341.38º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3868F is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 143 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.36 |
| HSL | 341.38º | 0.14% | 0.58% | - |
| HSV(B) | 341.38º | 0.18% | 0.64% | - |
| XYZ | 28.59 | 26.82 | 29.66 | - |
| YUV | 143.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 143 | 0 | 0.18 | 0.12 | 0.36 | 341.38 | 0.14 | 0.58 |
| Hex | A3 | 86 | 8F | 0 | 12 | C | 24 | 155 | E | 3A |
| Octal | 243 | 206 | 217 | 0 | 22 | 14 | 44 | 525 | 16 | 72 |
| Binary | 10100011 | 10000110 | 10001111 | 0 | 10010 | 1100 | 100100 | 101010101 | 1110 | 111010 |
Color Harmonies of #A3868F
Complementary color
Monochromatic Colors of #A3868F
Black with #A3868F
Text Example
Text Example
White with #A3868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3868F; }
p { color: rgb(163,134,143); }
H1.HeaderClassName
{
color: #A3868F;
}
.AnyTagClassName
{
color: #A3868F;
}
</style>
background-color css
<style>
a { background-color: #A3868F; }
a { background-color: rgb(163,134,143); }
div.DivClassName
{
background-color: #A3868F;
}
.BgClassName
{
background-color: #A3868F;
}
</style>
border-color css
<style>
span { border-color: #A3868F; }
span { border-color: rgb(163,134,143); }
td.TdClassName
{
border-color: #A3868F;
}
.TagClassName
{
border-color: #A3868F;
}
</style>