Html Css Color HEX #A37F90 Mountbatten Pink

📋 copy color: '#A37F90'

red 163 ◦ green 127 ◦ blue 144

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

Shades of Mountbatten Pink #A37F90

Tints of Mountbatten Pink #A37F90

RGB

 RED value IS 163 (64.06% from 255) = 37.56%

 GREEN value IS 127 (50% from 255) = 29.26%

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

R = 37.56%
G = 29.26%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A37F90 (or 0xA37F90) is known color: Mountbatten Pink. HEX triplet: A3, 7F and 90. RGB value is (163,127,144). Sum of RGB (Red+Green+Blue) = 163+127+144=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F90 is #5C806F. Grayscale: #8B8B8B. Windows color (decimal): -6062192 or 9469859. OLE color: 9469859.

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

Color convert

RGB 163 127 144 -
CMYK 0 0.22 0.12 0.36
HSL 331.67º 0.16% 0.57% -
HSV(B) 331.67º 0.22% 0.64% -
XYZ 27.73 24.98 29.75 -
YUV 139.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 163 127 144 0 0.22 0.12 0.36 331.67 0.16 0.57
Hex A3 7F 90 0 16 C 24 14C 10 39
Octal 243 177 220 0 26 14 44 514 20 71
Binary 10100011 1111111 10010000 0 10110 1100 100100 101001100 10000 111001

Color Harmonies of #A37F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F90

Black with #A37F90

Text Example


Text Example

White with #A37F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F90; }

 p { color: rgb(163,127,144); }

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

background-color css

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

 a { background-color: rgb(163,127,144); }

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

border-color css

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

 span { border-color: rgb(163,127,144); }

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