Html Css Color HEX #A17091 Mountbatten Pink

📋 copy color: '#A17091'

red 161 ◦ green 112 ◦ blue 145

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

Shades of Mountbatten Pink #A17091

Tints of Mountbatten Pink #A17091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

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

R = 38.52%
G = 26.79%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A17091 (or 0xA17091) is known color: Mountbatten Pink. HEX triplet: A1, 70 and 91. RGB value is (161,112,145). Sum of RGB (Red+Green+Blue) = 161+112+145=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A17091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17091 is #5E8F6E. Grayscale: #828282. Windows color (decimal): -6197103 or 9531553. OLE color: 9531553.

HSL color Cylindrical-coordinate representation of color #A17091: hue angle of 319.59º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17091 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 145 -
CMYK 0 0.30 0.10 0.37
HSL 319.59º 0.21% 0.54% -
HSV(B) 319.59º 0.3% 0.63% -
XYZ 25.6 21.21 29.53 -
YUV 130.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 161 112 145 0 0.30 0.10 0.37 319.59 0.21 0.54
Hex A1 70 91 0 1E A 25 140 15 36
Octal 241 160 221 0 36 12 45 500 25 66
Binary 10100001 1110000 10010001 0 11110 1010 100101 101000000 10101 110110

Color Harmonies of #A17091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17091

Black with #A17091

Text Example


Text Example

White with #A17091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17091; }

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

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

background-color css

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

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

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

border-color css

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

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

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