#A16A8C

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

Shades of Mountbatten Pink #A16A8C

Tints of Mountbatten Pink #A16A8C

Color information

#A16A8C (or 0xA16A8C) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 6A and 8C. RGB value is (161,106,140). Sum of RGB (Red+Green+Blue) = 161+106+140=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A8C is #5E9573. Grayscale: #7E7E7E. Windows color (decimal): -6198644 or 9202337. OLE color: 9202337.

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

Color convert

RGB161106140-
CMYK00.340.130.37
HSL322.91º22.63%52.35%-
HSV(B)322.91º34.16%63.14%-
XYZ24.5919.7827.33-
YUV126.32135.72152.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=39.56%
G=26.04%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110614000.340.130.37322.9122.6352.35
HexA16A8C022D251431734
Octal24115221404215455032764
Binary101000011101010100011000100010110110010110100001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A8C; }

 p { color: rgb(161,106,140); }

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

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

 a { background-color: rgb(161,106,140); }

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

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

 span { border-color: rgb(161,106,140); }

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