Html Css Color HEX #A47790 Mountbatten Pink

📋 copy color: '#A47790'

red 164 ◦ green 119 ◦ blue 144

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

Shades of Mountbatten Pink #A47790

Tints of Mountbatten Pink #A47790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 38.41%
G = 27.87%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47790 (or 0xA47790) is known color: Mountbatten Pink. HEX triplet: A4, 77 and 90. RGB value is (164,119,144). Sum of RGB (Red+Green+Blue) = 164+119+144=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A47790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47790 is #5B886F. Grayscale: #878787. Windows color (decimal): -5998704 or 9467812. OLE color: 9467812.

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

Color convert

RGB 164 119 144 -
CMYK 0 0.27 0.12 0.36
HSL 326.67º 0.2% 0.55% -
HSV(B) 326.67º 0.27% 0.64% -
XYZ 26.94 23.1 29.42 -
YUV 135.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 164 119 144 0 0.27 0.12 0.36 326.67 0.2 0.55
Hex A4 77 90 0 1B C 24 147 14 37
Octal 244 167 220 0 33 14 44 507 24 67
Binary 10100100 1110111 10010000 0 11011 1100 100100 101000111 10100 110111

Color Harmonies of #A47790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47790

Black with #A47790

Text Example


Text Example

White with #A47790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47790; }

 p { color: rgb(164,119,144); }

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

background-color css

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

 a { background-color: rgb(164,119,144); }

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

border-color css

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

 span { border-color: rgb(164,119,144); }

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