#A2878C

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

Shades of Venus #A2878C

Tints of Venus #A2878C

Color information

#A2878C (or 0xA2878C) is unknown color: approx Venus. HEX triplet: A2, 87 and 8C. RGB value is (162,135,140). Sum of RGB (Red+Green+Blue) = 162+135+140=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2878C is #5D7873. Grayscale: #8F8F8F. Windows color (decimal): -6125684 or 9209762. OLE color: 9209762.

HSL color Cylindrical-coordinate representation of color #A2878C: hue angle of 348.89º 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 #A2878C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB162135140-
CMYK00.170.140.36
HSL348.89º12.68%58.24%-
HSV(B)348.89º16.67%63.53%-
XYZ28.326.928.51-
YUV143.64125.95141.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=37.07%
G=30.89%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213514000.170.140.36348.8912.6858.24
HexA2878C011E2415dd3a
Octal24220721402116445351572
Binary10100010100001111000110001000111101001001010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2878C; }

 p { color: rgb(162,135,140); }

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

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

 a { background-color: rgb(162,135,140); }

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

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

 span { border-color: rgb(162,135,140); }

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