#A96692

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

Shades of Mountbatten Pink #A96692

Tints of Mountbatten Pink #A96692

Color information

#A96692 (or 0xA96692) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 66 and 92. RGB value is (169,102,146). Sum of RGB (Red+Green+Blue) = 169+102+146=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A96692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96692 is #56996D. Grayscale: #7E7E7E. Windows color (decimal): -5675374 or 9594537. OLE color: 9594537.

HSL color Cylindrical-coordinate representation of color #A96692: hue angle of 320.6º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96692 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB169102146-
CMYK00.400.140.34
HSL320.6º28.03%53.14%-
HSV(B)320.6º39.64%66.27%-
XYZ26.320.0129.67-
YUV127.05138.7157.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=40.53%
G=24.46%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910214600.400.140.34320.628.0353.14
HexA96692028E221411c35
Octal25114622205016425013465
Binary101010011100110100100100101000111010001010100000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96692; }

 p { color: rgb(169,102,146); }

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

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

 a { background-color: rgb(169,102,146); }

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

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

 span { border-color: rgb(169,102,146); }

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