#A96A90

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

Shades of Mountbatten Pink #A96A90

Tints of Mountbatten Pink #A96A90

Color information

#A96A90 (or 0xA96A90) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6A and 90. RGB value is (169,106,144). Sum of RGB (Red+Green+Blue) = 169+106+144=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A90 is #56956F. Grayscale: #818181. Windows color (decimal): -5674352 or 9464489. OLE color: 9464489.

HSL color Cylindrical-coordinate representation of color #A96A90: hue angle of 323.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96A90 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169106144-
CMYK00.370.150.34
HSL323.81º26.81%53.92%-
HSV(B)323.81º37.28%66.27%-
XYZ26.5520.7628.99-
YUV129.17136.37156.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=40.33%
G=25.30%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910614400.370.150.34323.8126.8153.92
HexA96A90025F221441b36
Octal25115222004517425043366
Binary101010011101010100100000100101111110001010100010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A90; }

 p { color: rgb(169,106,144); }

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

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

 a { background-color: rgb(169,106,144); }

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

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

 span { border-color: rgb(169,106,144); }

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