#A17991

Color #A17991 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A17991

Tints of Mountbatten Pink #A17991

Color information

#A17991 (or 0xA17991) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 79 and 91. RGB value is (161,121,145). Sum of RGB (Red+Green+Blue) = 161+121+145=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17991 is #5E866E. Grayscale: #878787. Windows color (decimal): -6194799 or 9533857. OLE color: 9533857.

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

Color convert

RGB161121145-
CMYK00.250.100.37
HSL324º17.54%55.29%-
HSV(B)324º24.84%63.14%-
XYZ26.6523.329.88-
YUV135.7133.25146.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=37.70%
G=28.34%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112114500.250.100.3732417.5455.29
HexA17991019A251441237
Octal24117122103112455042267
Binary10100001111100110010001011001101010010110100010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17991; }

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

 H1.HeaderClassName
 {
   color: #A17991;
 }
 .AnyTagClassName
 {
   color: #A17991;
 }
</style>
background-color css

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

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

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

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

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

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