Html Css Color HEX #A2788B Mountbatten Pink

📋 copy color: '#A2788B'

red 162 ◦ green 120 ◦ blue 139

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

Shades of Mountbatten Pink #A2788B

Tints of Mountbatten Pink #A2788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 38.48%
G = 28.5%
B = 33.02%

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

#A2788B (or 0xA2788B) is known color: Mountbatten Pink. HEX triplet: A2, 78 and 8B. RGB value is (162,120,139). Sum of RGB (Red+Green+Blue) = 162+120+139=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2788B is #5D8774. Grayscale: #868686. Windows color (decimal): -6129525 or 9140386. OLE color: 9140386.

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

Color convert

RGB 162 120 139 -
CMYK 0 0.26 0.14 0.36
HSL 332.86º 0.18% 0.55% -
HSV(B) 332.86º 0.26% 0.64% -
XYZ 26.28 22.98 27.48 -
YUV 134.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 162 120 139 0 0.26 0.14 0.36 332.86 0.18 0.55
Hex A2 78 8B 0 1A E 24 14D 12 37
Octal 242 170 213 0 32 16 44 515 22 67
Binary 10100010 1111000 10001011 0 11010 1110 100100 101001101 10010 110111

Color Harmonies of #A2788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2788B

Black with #A2788B

Text Example


Text Example

White with #A2788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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