Html Css Color HEX #A18390 Mountbatten Pink

📋 copy color: '#A18390'

red 161 ◦ green 131 ◦ blue 144

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

Shades of Mountbatten Pink #A18390

Tints of Mountbatten Pink #A18390

RGB

 RED value IS 161 (63.28% from 255) = 36.93%

 GREEN value IS 131 (51.56% from 255) = 30.05%

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

R = 36.93%
G = 30.05%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A18390 (or 0xA18390) is known color: Mountbatten Pink. HEX triplet: A1, 83 and 90. RGB value is (161,131,144). Sum of RGB (Red+Green+Blue) = 161+131+144=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A18390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18390 is #5E7C6F. Grayscale: #8D8D8D. Windows color (decimal): -6192240 or 9470881. OLE color: 9470881.

HSL color Cylindrical-coordinate representation of color #A18390: hue angle of 334º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18390 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 144 -
CMYK 0 0.19 0.11 0.37
HSL 334º 0.14% 0.57% -
HSV(B) 334º 0.19% 0.63% -
XYZ 27.85 25.82 29.9 -
YUV 141.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 161 131 144 0 0.19 0.11 0.37 334 0.14 0.57
Hex A1 83 90 0 13 B 25 14E E 39
Octal 241 203 220 0 23 13 45 516 16 71
Binary 10100001 10000011 10010000 0 10011 1011 100101 101001110 1110 111001

Color Harmonies of #A18390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18390

Black with #A18390

Text Example


Text Example

White with #A18390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18390; }

 p { color: rgb(161,131,144); }

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

background-color css

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

 a { background-color: rgb(161,131,144); }

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

border-color css

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

 span { border-color: rgb(161,131,144); }

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