Html Css Color HEX #A2838D Venus

📋 copy color: '#A2838D'

red 162 ◦ green 131 ◦ blue 141

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

Shades of Venus #A2838D

Tints of Venus #A2838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 37.33%
G = 30.18%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2838D (or 0xA2838D) is known color: Venus. HEX triplet: A2, 83 and 8D. RGB value is (162,131,141). Sum of RGB (Red+Green+Blue) = 162+131+141=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2838D is #5D7C72. Grayscale: #8D8D8D. Windows color (decimal): -6126707 or 9274274. OLE color: 9274274.

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

Color convert

RGB 162 131 141 -
CMYK 0 0.19 0.13 0.36
HSL 340.65º 0.14% 0.57% -
HSV(B) 340.65º 0.19% 0.64% -
XYZ 27.82 25.84 28.72 -
YUV 141.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 162 131 141 0 0.19 0.13 0.36 340.65 0.14 0.57
Hex A2 83 8D 0 13 D 24 155 E 39
Octal 242 203 215 0 23 15 44 525 16 71
Binary 10100010 10000011 10001101 0 10011 1101 100100 101010101 1110 111001

Color Harmonies of #A2838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2838D

Black with #A2838D

Text Example


Text Example

White with #A2838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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