#A2868D

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

Shades of Venus #A2868D

Tints of Venus #A2868D

Color information

#A2868D (or 0xA2868D) is unknown color: approx Venus. HEX triplet: A2, 86 and 8D. RGB value is (162,134,141). Sum of RGB (Red+Green+Blue) = 162+134+141=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2868D is #5D7972. Grayscale: #8F8F8F. Windows color (decimal): -6125939 or 9275042. OLE color: 9275042.

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

Color convert

RGB162134141-
CMYK00.170.130.36
HSL345º13.08%58.04%-
HSV(B)345º17.28%63.53%-
XYZ28.2326.6528.86-
YUV143.17126.78141.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=37.07%
G=30.66%
B=32.27%

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
Decimal16213414100.170.130.3634513.0858.04
HexA2868D011D24159d3a
Octal24220621502115445311572
Binary10100010100001101000110101000111011001001010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2868D; }

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

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

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

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

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

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

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

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