Html Css Color HEX #A2788A Mountbatten Pink

📋 copy color: '#A2788A'

red 162 ◦ green 120 ◦ blue 138

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

Shades of Mountbatten Pink #A2788A

Tints of Mountbatten Pink #A2788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 38.57%
G = 28.57%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2788A (or 0xA2788A) is known color: Mountbatten Pink. HEX triplet: A2, 78 and 8A. RGB value is (162,120,138). Sum of RGB (Red+Green+Blue) = 162+120+138=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2788A is #5D8775. Grayscale: #868686. Windows color (decimal): -6129526 or 9074850. OLE color: 9074850.

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

Color convert

RGB 162 120 138 -
CMYK 0 0.26 0.15 0.36
HSL 334.29º 0.18% 0.55% -
HSV(B) 334.29º 0.26% 0.64% -
XYZ 26.2 22.95 27.09 -
YUV 134.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 162 120 138 0 0.26 0.15 0.36 334.29 0.18 0.55
Hex A2 78 8A 0 1A F 24 14E 12 37
Octal 242 170 212 0 32 17 44 516 22 67
Binary 10100010 1111000 10001010 0 11010 1111 100100 101001110 10010 110111

Color Harmonies of #A2788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2788A

Black with #A2788A

Text Example


Text Example

White with #A2788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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