Html Css Color HEX #A2848C Venus

📋 copy color: '#A2848C'

red 162 ◦ green 132 ◦ blue 140

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

Shades of Venus #A2848C

Tints of Venus #A2848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 37.33%
G = 30.41%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2848C (or 0xA2848C) is known color: Venus. HEX triplet: A2, 84 and 8C. RGB value is (162,132,140). Sum of RGB (Red+Green+Blue) = 162+132+140=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2848C is #5D7B73. Grayscale: #8D8D8D. Windows color (decimal): -6126452 or 9208994. OLE color: 9208994.

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

Color convert

RGB 162 132 140 -
CMYK 0 0.19 0.14 0.36
HSL 344º 0.14% 0.58% -
HSV(B) 344º 0.19% 0.64% -
XYZ 27.89 26.08 28.37 -
YUV 141.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 162 132 140 0 0.19 0.14 0.36 344 0.14 0.58
Hex A2 84 8C 0 13 E 24 158 E 3A
Octal 242 204 214 0 23 16 44 530 16 72
Binary 10100010 10000100 10001100 0 10011 1110 100100 101011000 1110 111010

Color Harmonies of #A2848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2848C

Black with #A2848C

Text Example


Text Example

White with #A2848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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