Html Css Color HEX #A17188 Mountbatten Pink

📋 copy color: '#A17188'

red 161 ◦ green 113 ◦ blue 136

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

Shades of Mountbatten Pink #A17188

Tints of Mountbatten Pink #A17188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 39.27%
G = 27.56%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A17188 (or 0xA17188) is known color: Mountbatten Pink. HEX triplet: A1, 71 and 88. RGB value is (161,113,136). Sum of RGB (Red+Green+Blue) = 161+113+136=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A17188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17188 is #5E8E77. Grayscale: #818181. Windows color (decimal): -6196856 or 8941985. OLE color: 8941985.

HSL color Cylindrical-coordinate representation of color #A17188: hue angle of 331.25º degrees, saturation: 0.2, 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 #A17188 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 136 -
CMYK 0 0.30 0.16 0.37
HSL 331.25º 0.2% 0.54% -
HSV(B) 331.25º 0.3% 0.63% -
XYZ 25.05 21.16 26.06 -
YUV 129.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 161 113 136 0 0.30 0.16 0.37 331.25 0.2 0.54
Hex A1 71 88 0 1E 10 25 14B 14 36
Octal 241 161 210 0 36 20 45 513 24 66
Binary 10100001 1110001 10001000 0 11110 10000 100101 101001011 10100 110110

Color Harmonies of #A17188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17188

Black with #A17188

Text Example


Text Example

White with #A17188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17188; }

 p { color: rgb(161,113,136); }

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

background-color css

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

 a { background-color: rgb(161,113,136); }

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

border-color css

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

 span { border-color: rgb(161,113,136); }

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