#A2878D

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

Shades of Venus #A2878D

Tints of Venus #A2878D

Color information

#A2878D (or 0xA2878D) is unknown color: approx Venus. HEX triplet: A2, 87 and 8D. RGB value is (162,135,141). Sum of RGB (Red+Green+Blue) = 162+135+141=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A2878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2878D is #5D7872. Grayscale: #8F8F8F. Windows color (decimal): -6125683 or 9275298. OLE color: 9275298.

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

Color convert

RGB162135141-
CMYK00.170.130.36
HSL346.67º12.68%58.24%-
HSV(B)346.67º16.67%63.53%-
XYZ28.3726.9328.9-
YUV143.76126.45141.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=36.99%
G=30.82%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213514100.170.130.36346.6712.6858.24
HexA2878D011D2415bd3a
Octal24220721502115445331572
Binary10100010100001111000110101000111011001001010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2878D; }

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

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

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

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

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

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

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

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