#A96791

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

Shades of Mountbatten Pink #A96791

Tints of Mountbatten Pink #A96791

Color information

#A96791 (or 0xA96791) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 67 and 91. RGB value is (169,103,145). Sum of RGB (Red+Green+Blue) = 169+103+145=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A96791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96791 is #56986E. Grayscale: #7F7F7F. Windows color (decimal): -5675119 or 9529257. OLE color: 9529257.

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

Color convert

RGB169103145-
CMYK00.390.140.34
HSL321.82º27.73%53.33%-
HSV(B)321.82º39.05%66.27%-
XYZ26.3220.1829.3-
YUV127.52137.87157.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=40.53%
G=24.70%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910314500.390.140.34321.8227.7353.33
HexA96791027E221421c35
Octal25114722104716425023465
Binary101010011100111100100010100111111010001010100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96791; }

 p { color: rgb(169,103,145); }

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

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

 a { background-color: rgb(169,103,145); }

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

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

 span { border-color: rgb(169,103,145); }

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