#A3868F

Color #A3868F Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #A3868F

Tints of Venus #A3868F

Color information

#A3868F (or 0xA3868F) is unknown color: approx 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

RGB163134143-
CMYK00.180.120.36
HSL341.38º13.62%58.24%-
HSV(B)341.38º17.79%63.92%-
XYZ28.5926.8229.66-
YUV143.7127.61141.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=37.05%
G=30.45%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313414300.180.120.36341.3813.6258.24
HexA3868F012C24155e3a
Octal24320621702214445251672
Binary10100011100001101000111101001011001001001010101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>