Html Css Color HEX #AA718E Mountbatten Pink

📋 copy color: '#AA718E'

red 170 ◦ green 113 ◦ blue 142

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

Shades of Mountbatten Pink #AA718E

Tints of Mountbatten Pink #AA718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 40%
G = 26.59%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA718E (or 0xAA718E) is known color: Mountbatten Pink. HEX triplet: AA, 71 and 8E. RGB value is (170,113,142). Sum of RGB (Red+Green+Blue) = 170+113+142=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA718E is #558E71. Grayscale: #858585. Windows color (decimal): -5607026 or 9335210. OLE color: 9335210.

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

Color convert

RGB 170 113 142 -
CMYK 0 0.34 0.16 0.33
HSL 329.47º 0.25% 0.55% -
HSV(B) 329.47º 0.34% 0.67% -
XYZ 27.37 22.31 28.46 -
YUV 133.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 170 113 142 0 0.34 0.16 0.33 329.47 0.25 0.55
Hex AA 71 8E 0 22 10 21 149 19 37
Octal 252 161 216 0 42 20 41 511 31 67
Binary 10101010 1110001 10001110 0 100010 10000 100001 101001001 11001 110111

Color Harmonies of #AA718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA718E

Black with #AA718E

Text Example


Text Example

White with #AA718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA718E; }

 p { color: rgb(170,113,142); }

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

background-color css

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

 a { background-color: rgb(170,113,142); }

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

border-color css

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

 span { border-color: rgb(170,113,142); }

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