#A3878F

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

Shades of Venus #A3878F

Tints of Venus #A3878F

Color information

#A3878F (or 0xA3878F) is unknown color: approx Venus. HEX triplet: A3, 87 and 8F. RGB value is (163,135,143). Sum of RGB (Red+Green+Blue) = 163+135+143=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3878F is #5C7870. Grayscale: #909090. Windows color (decimal): -6060145 or 9406371. OLE color: 9406371.

HSL color Cylindrical-coordinate representation of color #A3878F: hue angle of 342.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3878F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163135143-
CMYK00.170.120.36
HSL342.86º13.21%58.43%-
HSV(B)342.86º17.18%63.92%-
XYZ28.7327.129.7-
YUV144.28127.28141.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=36.96%
G=30.61%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313514300.170.120.36342.8613.2158.43
HexA3878F011C24157d3a
Octal24320721702114445271572
Binary10100011100001111000111101000111001001001010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3878F; }

 p { color: rgb(163,135,143); }

 H1.HeaderClassName
 {
   color: #A3878F;
 }
 .AnyTagClassName
 {
   color: #A3878F;
 }
</style>
background-color css

<style>
 a { background-color: #A3878F; }

 a { background-color: rgb(163,135,143); }

 div.DivClassName
 {
   background-color: #A3878F;
 }
 .BgClassName
 {
   background-color: #A3878F;
 }
</style>
border-color css

<style>
 span { border-color: #A3878F; }

 span { border-color: rgb(163,135,143); }

 td.TdClassName
 {
   border-color: #A3878F;
 }
 .TagClassName
 {
   border-color: #A3878F;
 }
</style>