Html Css Color HEX #A2888F Venus

📋 copy color: '#A2888F'

red 162 ◦ green 136 ◦ blue 143

#A2888F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #A2888F

Tints of Venus #A2888F

RGB

 RED value IS 162 (63.67% from 255) = 36.73%

 GREEN value IS 136 (53.52% from 255) = 30.84%

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 36.73%
G = 30.84%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2888F (or 0xA2888F) is known color: Venus. HEX triplet: A2, 88 and 8F. RGB value is (162,136,143). Sum of RGB (Red+Green+Blue) = 162+136+143=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A2888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2888F is #5D7770. Grayscale: #909090. Windows color (decimal): -6125425 or 9406626. OLE color: 9406626.

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

Color convert

RGB 162 136 143 -
CMYK 0 0.16 0.12 0.36
HSL 343.85º 0.12% 0.58% -
HSV(B) 343.85º 0.16% 0.64% -
XYZ 28.66 27.27 29.74 -
YUV 144.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 162 136 143 0 0.16 0.12 0.36 343.85 0.12 0.58
Hex A2 88 8F 0 10 C 24 158 C 3A
Octal 242 210 217 0 20 14 44 530 14 72
Binary 10100010 10001000 10001111 0 10000 1100 100100 101011000 1100 111010

Color Harmonies of #A2888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2888F

Black with #A2888F

Text Example


Text Example

White with #A2888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2888F; }

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

 H1.HeaderClassName
 {
   color: #A2888F;
 }
 .AnyTagClassName
 {
   color: #A2888F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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