#A2898F

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

Shades of Venus #A2898F

Tints of Venus #A2898F

Color information

#A2898F (or 0xA2898F) is unknown color: approx Venus. HEX triplet: A2, 89 and 8F. RGB value is (162,137,143). Sum of RGB (Red+Green+Blue) = 162+137+143=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A2898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2898F is #5D7670. Grayscale: #919191. Windows color (decimal): -6125169 or 9406882. OLE color: 9406882.

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

Color convert

RGB162137143-
CMYK00.150.120.36
HSL345.6º11.85%58.63%-
HSV(B)345.6º15.43%63.53%-
XYZ28.827.5629.79-
YUV145.16126.78140.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=36.65%
G=31.00%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213714300.150.120.36345.611.8558.63
HexA2898F0FC2415ac3b
Octal24221121701714445321473
Binary1010001010001001100011110111111001001001010110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2898F; }

 p { color: rgb(162,137,143); }

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

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

 a { background-color: rgb(162,137,143); }

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

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

 span { border-color: rgb(162,137,143); }

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