#A2858B

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

Shades of Venus #A2858B

Tints of Venus #A2858B

Color information

#A2858B (or 0xA2858B) is unknown color: approx Venus. HEX triplet: A2, 85 and 8B. RGB value is (162,133,139). Sum of RGB (Red+Green+Blue) = 162+133+139=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2858B is #5D7A74. Grayscale: #8E8E8E. Windows color (decimal): -6126197 or 9143714. OLE color: 9143714.

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

Color convert

RGB162133139-
CMYK00.180.140.36
HSL347.59º13.49%57.84%-
HSV(B)347.59º17.9%63.53%-
XYZ27.9526.3228.03-
YUV142.35126.11142.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=37.33%
G=30.65%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213313900.180.140.36347.5913.4957.84
HexA2858B012E2415cd3a
Octal24220521302216445341572
Binary10100010100001011000101101001011101001001010111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2858B; }

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

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

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

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

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

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

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

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