#A17096

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

Shades of Mountbatten Pink #A17096

Tints of Mountbatten Pink #A17096

Color information

#A17096 (or 0xA17096) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 70 and 96. RGB value is (161,112,150). Sum of RGB (Red+Green+Blue) = 161+112+150=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17096 is #5E8F69. Grayscale: #828282. Windows color (decimal): -6197098 or 9859233. OLE color: 9859233.

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

Color convert

RGB161112150-
CMYK00.300.070.37
HSL313.47º20.68%53.53%-
HSV(B)313.47º30.43%63.14%-
XYZ2621.3731.61-
YUV130.98138.73149.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=38.06%
G=26.48%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111215000.300.070.37313.4720.6853.53
HexA1709601E7251391536
Octal2411602260367454712566
Binary1010000111100001001011001111011110010110011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17096; }

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

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

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

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

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

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

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

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