Html Css Color HEX #A4788D Mountbatten Pink

📋 copy color: '#A4788D'

red 164 ◦ green 120 ◦ blue 141

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

Shades of Mountbatten Pink #A4788D

Tints of Mountbatten Pink #A4788D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 38.59%
G = 28.24%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4788D (or 0xA4788D) is known color: Mountbatten Pink. HEX triplet: A4, 78 and 8D. RGB value is (164,120,141). Sum of RGB (Red+Green+Blue) = 164+120+141=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4788D is #5B8772. Grayscale: #878787. Windows color (decimal): -5998451 or 9271460. OLE color: 9271460.

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

Color convert

RGB 164 120 141 -
CMYK 0 0.27 0.14 0.36
HSL 331.36º 0.19% 0.56% -
HSV(B) 331.36º 0.27% 0.64% -
XYZ 26.83 23.25 28.27 -
YUV 135.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 164 120 141 0 0.27 0.14 0.36 331.36 0.19 0.56
Hex A4 78 8D 0 1B E 24 14B 13 38
Octal 244 170 215 0 33 16 44 513 23 70
Binary 10100100 1111000 10001101 0 11011 1110 100100 101001011 10011 111000

Color Harmonies of #A4788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4788D

Black with #A4788D

Text Example


Text Example

White with #A4788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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