#A2888D

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

Shades of Venus #A2888D

Tints of Venus #A2888D

Color information

#A2888D (or 0xA2888D) is unknown color: approx Venus. HEX triplet: A2, 88 and 8D. RGB value is (162,136,141). Sum of RGB (Red+Green+Blue) = 162+136+141=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A2888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2888D is #5D7772. Grayscale: #909090. Windows color (decimal): -6125427 or 9275554. OLE color: 9275554.

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

Color convert

RGB162136141-
CMYK00.160.130.36
HSL348.46º12.26%58.43%-
HSV(B)348.46º16.05%63.53%-
XYZ28.5127.2128.95-
YUV144.34126.11140.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=36.90%
G=30.98%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213614100.160.130.36348.4612.2658.43
HexA2888D010D2415cc3a
Octal24221021502015445341472
Binary10100010100010001000110101000011011001001010111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2888D; }

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

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

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

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

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

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

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

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