#A96B92

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

Shades of Mountbatten Pink #A96B92

Tints of Mountbatten Pink #A96B92

Color information

#A96B92 (or 0xA96B92) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6B and 92. RGB value is (169,107,146). Sum of RGB (Red+Green+Blue) = 169+107+146=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B92 is #56946D. Grayscale: #818181. Windows color (decimal): -5674094 or 9595817. OLE color: 9595817.

HSL color Cylindrical-coordinate representation of color #A96B92: hue angle of 322.26º degrees, saturation: 0.26, 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 #A96B92 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB169107146-
CMYK00.370.140.34
HSL322.26º26.5%54.12%-
HSV(B)322.26º36.69%66.27%-
XYZ26.8121.0329.84-
YUV129.98137.04155.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=40.05%
G=25.36%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910714600.370.140.34322.2626.554.12
HexA96B92025E221421a36
Octal25115322204516425023266
Binary101010011101011100100100100101111010001010100001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B92; }

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

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

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

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

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

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

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

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