Html Css Color HEX #AA728E Mountbatten Pink

📋 copy color: '#AA728E'

red 170 ◦ green 114 ◦ blue 142

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

Shades of Mountbatten Pink #AA728E

Tints of Mountbatten Pink #AA728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

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

R = 39.91%
G = 26.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA728E (or 0xAA728E) is known color: Mountbatten Pink. HEX triplet: AA, 72 and 8E. RGB value is (170,114,142). Sum of RGB (Red+Green+Blue) = 170+114+142=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728E is #558D71. Grayscale: #858585. Windows color (decimal): -5606770 or 9335466. OLE color: 9335466.

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

Color convert

RGB 170 114 142 -
CMYK 0 0.33 0.16 0.33
HSL 330º 0.25% 0.56% -
HSV(B) 330º 0.33% 0.67% -
XYZ 27.48 22.53 28.49 -
YUV 133.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 170 114 142 0 0.33 0.16 0.33 330 0.25 0.56
Hex AA 72 8E 0 21 10 21 14A 19 38
Octal 252 162 216 0 41 20 41 512 31 70
Binary 10101010 1110010 10001110 0 100001 10000 100001 101001010 11001 111000

Color Harmonies of #AA728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA728E

Black with #AA728E

Text Example


Text Example

White with #AA728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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