Html Css Color HEX #AA6F90 Mountbatten Pink

📋 copy color: '#AA6F90'

red 170 ◦ green 111 ◦ blue 144

#AA6F90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #AA6F90

Tints of Mountbatten Pink #AA6F90

RGB

 RED value IS 170 (66.8% from 255) = 40%

 GREEN value IS 111 (43.75% from 255) = 26.12%

 BLUE value IS 144 (56.64% from 255) = 33.88%

R = 40%
G = 26.12%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA6F90 (or 0xAA6F90) is known color: Mountbatten Pink. HEX triplet: AA, 6F and 90. RGB value is (170,111,144). Sum of RGB (Red+Green+Blue) = 170+111+144=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6F90 is #55906F. Grayscale: #848484. Windows color (decimal): -5607536 or 9465770. OLE color: 9465770.

HSL color Cylindrical-coordinate representation of color #AA6F90: hue angle of 326.44º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6F90 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 111 144 -
CMYK 0 0.35 0.15 0.33
HSL 326.44º 0.26% 0.55% -
HSV(B) 326.44º 0.35% 0.67% -
XYZ 27.3 21.93 29.18 -
YUV 132.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 170 111 144 0 0.35 0.15 0.33 326.44 0.26 0.55
Hex AA 6F 90 0 23 F 21 146 1A 37
Octal 252 157 220 0 43 17 41 506 32 67
Binary 10101010 1101111 10010000 0 100011 1111 100001 101000110 11010 110111

Color Harmonies of #AA6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F90

Black with #AA6F90

Text Example


Text Example

White with #AA6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F90; }

 p { color: rgb(170,111,144); }

 H1.HeaderClassName
 {
   color: #AA6F90;
 }
 .AnyTagClassName
 {
   color: #AA6F90;
 }
</style>

background-color css

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

 a { background-color: rgb(170,111,144); }

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

border-color css

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

 span { border-color: rgb(170,111,144); }

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