#A2868B

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

Shades of Venus #A2868B

Tints of Venus #A2868B

Color information

#A2868B (or 0xA2868B) is unknown color: approx Venus. HEX triplet: A2, 86 and 8B. RGB value is (162,134,139). Sum of RGB (Red+Green+Blue) = 162+134+139=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2868B is #5D7974. Grayscale: #8E8E8E. Windows color (decimal): -6125941 or 9143970. OLE color: 9143970.

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

Color convert

RGB162134139-
CMYK00.170.140.36
HSL349.29º13.08%58.04%-
HSV(B)349.29º17.28%63.53%-
XYZ28.0926.628.08-
YUV142.94125.78141.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=37.24%
G=30.80%
B=31.95%

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
Decimal16213413900.170.140.36349.2913.0858.04
HexA2868B011E2415dd3a
Octal24220621302116445351572
Binary10100010100001101000101101000111101001001010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2868B; }

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

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

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

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

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

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

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

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