#A2858E

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

Shades of Venus #A2858E

Tints of Venus #A2858E

Color information

#A2858E (or 0xA2858E) is unknown color: approx Venus. HEX triplet: A2, 85 and 8E. RGB value is (162,133,142). Sum of RGB (Red+Green+Blue) = 162+133+142=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2858E is #5D7A71. Grayscale: #8E8E8E. Windows color (decimal): -6126194 or 9340322. OLE color: 9340322.

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

Color convert

RGB162133142-
CMYK00.180.120.36
HSL341.38º13.49%57.84%-
HSV(B)341.38º17.9%63.53%-
XYZ28.1726.4129.2-
YUV142.7127.61141.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=37.07%
G=30.43%
B=32.49%

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
Decimal16213314200.180.120.36341.3813.4957.84
HexA2858E012C24155d3a
Octal24220521602214445251572
Binary10100010100001011000111001001011001001001010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2858E; }

 p { color: rgb(162,133,142); }

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

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

 a { background-color: rgb(162,133,142); }

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

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

 span { border-color: rgb(162,133,142); }

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