Html Css Color HEX #A4788E Mountbatten Pink

📋 copy color: '#A4788E'

red 164 ◦ green 120 ◦ blue 142

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

Shades of Mountbatten Pink #A4788E

Tints of Mountbatten Pink #A4788E

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 38.5%
G = 28.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4788E (or 0xA4788E) is known color: Mountbatten Pink. HEX triplet: A4, 78 and 8E. RGB value is (164,120,142). Sum of RGB (Red+Green+Blue) = 164+120+142=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A4788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4788E is #5B8771. Grayscale: #878787. Windows color (decimal): -5998450 or 9336996. OLE color: 9336996.

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

Color convert

RGB 164 120 142 -
CMYK 0 0.27 0.13 0.36
HSL 330º 0.19% 0.56% -
HSV(B) 330º 0.27% 0.64% -
XYZ 26.91 23.28 28.67 -
YUV 135.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 164 120 142 0 0.27 0.13 0.36 330 0.19 0.56
Hex A4 78 8E 0 1B D 24 14A 13 38
Octal 244 170 216 0 33 15 44 512 23 70
Binary 10100100 1111000 10001110 0 11011 1101 100100 101001010 10011 111000

Color Harmonies of #A4788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4788E

Black with #A4788E

Text Example


Text Example

White with #A4788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4788E; }

 p { color: rgb(164,120,142); }

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

background-color css

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

 a { background-color: rgb(164,120,142); }

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

border-color css

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

 span { border-color: rgb(164,120,142); }

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