Html Css Color HEX #A16991 Mountbatten Pink

📋 copy color: '#A16991'

red 161 ◦ green 105 ◦ blue 145

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

Shades of Mountbatten Pink #A16991

Tints of Mountbatten Pink #A16991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 39.17%
G = 25.55%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A16991 (or 0xA16991) is known color: Mountbatten Pink. HEX triplet: A1, 69 and 91. RGB value is (161,105,145). Sum of RGB (Red+Green+Blue) = 161+105+145=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A16991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16991 is #5E966E. Grayscale: #7E7E7E. Windows color (decimal): -6198895 or 9529761. OLE color: 9529761.

HSL color Cylindrical-coordinate representation of color #A16991: hue angle of 317.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16991 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 105 145 -
CMYK 0 0.35 0.10 0.37
HSL 317.14º 0.23% 0.52% -
HSV(B) 317.14º 0.35% 0.63% -
XYZ 24.86 19.72 29.29 -
YUV 126.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 161 105 145 0 0.35 0.10 0.37 317.14 0.23 0.52
Hex A1 69 91 0 23 A 25 13D 17 34
Octal 241 151 221 0 43 12 45 475 27 64
Binary 10100001 1101001 10010001 0 100011 1010 100101 100111101 10111 110100

Color Harmonies of #A16991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16991

Black with #A16991

Text Example


Text Example

White with #A16991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16991; }

 p { color: rgb(161,105,145); }

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

background-color css

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

 a { background-color: rgb(161,105,145); }

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

border-color css

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

 span { border-color: rgb(161,105,145); }

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