Html Css Color HEX #A4788C Mountbatten Pink

📋 copy color: '#A4788C'

red 164 ◦ green 120 ◦ blue 140

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

Shades of Mountbatten Pink #A4788C

Tints of Mountbatten Pink #A4788C

RGB

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

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

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

R = 38.68%
G = 28.3%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4788C (or 0xA4788C) is known color: Mountbatten Pink. HEX triplet: A4, 78 and 8C. RGB value is (164,120,140). Sum of RGB (Red+Green+Blue) = 164+120+140=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4788C is #5B8773. Grayscale: #878787. Windows color (decimal): -5998452 or 9205924. OLE color: 9205924.

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

Color convert

RGB 164 120 140 -
CMYK 0 0.27 0.15 0.36
HSL 332.73º 0.19% 0.56% -
HSV(B) 332.73º 0.27% 0.64% -
XYZ 26.76 23.22 27.88 -
YUV 135.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 164 120 140 0 0.27 0.15 0.36 332.73 0.19 0.56
Hex A4 78 8C 0 1B F 24 14D 13 38
Octal 244 170 214 0 33 17 44 515 23 70
Binary 10100100 1111000 10001100 0 11011 1111 100100 101001101 10011 111000

Color Harmonies of #A4788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4788C

Black with #A4788C

Text Example


Text Example

White with #A4788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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