Html Css Color HEX #A2788C Mountbatten Pink

📋 copy color: '#A2788C'

red 162 ◦ green 120 ◦ blue 140

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

Shades of Mountbatten Pink #A2788C

Tints of Mountbatten Pink #A2788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.44%

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

R = 38.39%
G = 28.44%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2788C (or 0xA2788C) is known color: Mountbatten Pink. HEX triplet: A2, 78 and 8C. RGB value is (162,120,140). Sum of RGB (Red+Green+Blue) = 162+120+140=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A2788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2788C is #5D8773. Grayscale: #868686. Windows color (decimal): -6129524 or 9205922. OLE color: 9205922.

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

Color convert

RGB 162 120 140 -
CMYK 0 0.26 0.14 0.36
HSL 331.43º 0.18% 0.55% -
HSV(B) 331.43º 0.26% 0.64% -
XYZ 26.35 23.01 27.86 -
YUV 134.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 162 120 140 0 0.26 0.14 0.36 331.43 0.18 0.55
Hex A2 78 8C 0 1A E 24 14B 12 37
Octal 242 170 214 0 32 16 44 513 22 67
Binary 10100010 1111000 10001100 0 11010 1110 100100 101001011 10010 110111

Color Harmonies of #A2788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2788C

Black with #A2788C

Text Example


Text Example

White with #A2788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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