#A2848D

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

Shades of Venus #A2848D

Tints of Venus #A2848D

Color information

#A2848D (or 0xA2848D) is unknown color: approx Venus. HEX triplet: A2, 84 and 8D. RGB value is (162,132,141). Sum of RGB (Red+Green+Blue) = 162+132+141=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2848D is #5D7B72. Grayscale: #8D8D8D. Windows color (decimal): -6126451 or 9274530. OLE color: 9274530.

HSL color Cylindrical-coordinate representation of color #A2848D: hue angle of 342º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2848D is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB162132141-
CMYK00.190.130.36
HSL342º13.89%57.65%-
HSV(B)342º18.52%63.53%-
XYZ27.9626.1128.76-
YUV142127.44142.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=37.24%
G=30.34%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213214100.190.130.3634213.8957.65
HexA2848D013D24156e3a
Octal24220421502315445261672
Binary10100010100001001000110101001111011001001010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2848D; }

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

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

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

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

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

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

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

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