Html Css Color HEX #A9778E Mountbatten Pink

📋 copy color: '#A9778E'

red 169 ◦ green 119 ◦ blue 142

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

Shades of Mountbatten Pink #A9778E

Tints of Mountbatten Pink #A9778E

RGB

 RED value IS 169 (66.41% from 255) = 39.3%

 GREEN value IS 119 (46.88% from 255) = 27.67%

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

R = 39.3%
G = 27.67%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9778E (or 0xA9778E) is known color: Mountbatten Pink. HEX triplet: A9, 77 and 8E. RGB value is (169,119,142). Sum of RGB (Red+Green+Blue) = 169+119+142=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A9778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9778E is #568871. Grayscale: #888888. Windows color (decimal): -5671026 or 9336745. OLE color: 9336745.

HSL color Cylindrical-coordinate representation of color #A9778E: hue angle of 332.4º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9778E is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 119 142 -
CMYK 0 0.30 0.16 0.34
HSL 332.4º 0.23% 0.56% -
HSV(B) 332.4º 0.3% 0.66% -
XYZ 27.84 23.58 28.68 -
YUV 136.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 169 119 142 0 0.30 0.16 0.34 332.4 0.23 0.56
Hex A9 77 8E 0 1E 10 22 14C 17 38
Octal 251 167 216 0 36 20 42 514 27 70
Binary 10101001 1110111 10001110 0 11110 10000 100010 101001100 10111 111000

Color Harmonies of #A9778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9778E

Black with #A9778E

Text Example


Text Example

White with #A9778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9778E; }

 p { color: rgb(169,119,142); }

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

background-color css

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

 a { background-color: rgb(169,119,142); }

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

border-color css

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

 span { border-color: rgb(169,119,142); }

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