#A96C92

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

Shades of Mountbatten Pink #A96C92

Tints of Mountbatten Pink #A96C92

Color information

#A96C92 (or 0xA96C92) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6C and 92. RGB value is (169,108,146). Sum of RGB (Red+Green+Blue) = 169+108+146=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96C92 is #56936D. Grayscale: #828282. Windows color (decimal): -5673838 or 9596073. OLE color: 9596073.

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

Color convert

RGB169108146-
CMYK00.360.140.34
HSL322.62º26.18%54.31%-
HSV(B)322.62º36.09%66.27%-
XYZ26.9121.2429.87-
YUV130.57136.71155.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=39.95%
G=25.53%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910814600.360.140.34322.6226.1854.31
HexA96C92024E221431a36
Octal25115422204416425033266
Binary101010011101100100100100100100111010001010100001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C92; }

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

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

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

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

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

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

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

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