Html Css Color HEX #AA738E Mountbatten Pink

📋 copy color: '#AA738E'

red 170 ◦ green 115 ◦ blue 142

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

Shades of Mountbatten Pink #AA738E

Tints of Mountbatten Pink #AA738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

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

R = 39.81%
G = 26.93%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA738E (or 0xAA738E) is known color: Mountbatten Pink. HEX triplet: AA, 73 and 8E. RGB value is (170,115,142). Sum of RGB (Red+Green+Blue) = 170+115+142=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA738E is #558C71. Grayscale: #868686. Windows color (decimal): -5606514 or 9335722. OLE color: 9335722.

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

Color convert

RGB 170 115 142 -
CMYK 0 0.32 0.16 0.33
HSL 330.55º 0.24% 0.56% -
HSV(B) 330.55º 0.32% 0.67% -
XYZ 27.59 22.76 28.53 -
YUV 134.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 170 115 142 0 0.32 0.16 0.33 330.55 0.24 0.56
Hex AA 73 8E 0 20 10 21 14B 18 38
Octal 252 163 216 0 40 20 41 513 30 70
Binary 10101010 1110011 10001110 0 100000 10000 100001 101001011 11000 111000

Color Harmonies of #AA738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA738E

Black with #AA738E

Text Example


Text Example

White with #AA738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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