Html Css Color HEX #A47391 Mountbatten Pink

📋 copy color: '#A47391'

red 164 ◦ green 115 ◦ blue 145

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

Shades of Mountbatten Pink #A47391

Tints of Mountbatten Pink #A47391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.12%

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 38.68%
G = 27.12%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47391 (or 0xA47391) is known color: Mountbatten Pink. HEX triplet: A4, 73 and 91. RGB value is (164,115,145). Sum of RGB (Red+Green+Blue) = 164+115+145=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A47391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47391 is #5B8C6E. Grayscale: #848484. Windows color (decimal): -5999727 or 9532324. OLE color: 9532324.

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

Color convert

RGB 164 115 145 -
CMYK 0 0.30 0.12 0.36
HSL 323.27º 0.21% 0.55% -
HSV(B) 323.27º 0.3% 0.64% -
XYZ 26.55 22.2 29.67 -
YUV 133.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 164 115 145 0 0.30 0.12 0.36 323.27 0.21 0.55
Hex A4 73 91 0 1E C 24 143 15 37
Octal 244 163 221 0 36 14 44 503 25 67
Binary 10100100 1110011 10010001 0 11110 1100 100100 101000011 10101 110111

Color Harmonies of #A47391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47391

Black with #A47391

Text Example


Text Example

White with #A47391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47391; }

 p { color: rgb(164,115,145); }

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

background-color css

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

 a { background-color: rgb(164,115,145); }

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

border-color css

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

 span { border-color: rgb(164,115,145); }

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