#AA6A92

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

Shades of Mountbatten Pink #AA6A92

Tints of Mountbatten Pink #AA6A92

Color information

#AA6A92 (or 0xAA6A92) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 6A and 92. RGB value is (170,106,146). Sum of RGB (Red+Green+Blue) = 170+106+146=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A92 is #55956D. Grayscale: #818181. Windows color (decimal): -5608814 or 9595562. OLE color: 9595562.

HSL color Cylindrical-coordinate representation of color #AA6A92: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6A92 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB170106146-
CMYK00.380.140.33
HSL322.5º27.35%54.12%-
HSV(B)322.5º37.65%66.67%-
XYZ26.9220.9329.82-
YUV129.7137.2156.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=40.28%
G=25.12%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010614600.380.140.33322.527.3554.12
HexAA6A92026E211421b36
Octal25215222204616415023366
Binary101010101101010100100100100110111010000110100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A92; }

 p { color: rgb(170,106,146); }

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

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

 a { background-color: rgb(170,106,146); }

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

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

 span { border-color: rgb(170,106,146); }

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