Html Css Color HEX #AA6A8E Mountbatten Pink

📋 copy color: '#AA6A8E'

red 170 ◦ green 106 ◦ blue 142

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

Shades of Mountbatten Pink #AA6A8E

Tints of Mountbatten Pink #AA6A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

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

R = 40.67%
G = 25.36%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA6A8E (or 0xAA6A8E) is known color: Mountbatten Pink. HEX triplet: AA, 6A and 8E. RGB value is (170,106,142). Sum of RGB (Red+Green+Blue) = 170+106+142=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A8E is #559571. Grayscale: #818181. Windows color (decimal): -5608818 or 9333418. OLE color: 9333418.

HSL color Cylindrical-coordinate representation of color #AA6A8E: hue angle of 326.25º 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 #AA6A8E is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 106 142 -
CMYK 0 0.38 0.16 0.33
HSL 326.25º 0.27% 0.54% -
HSV(B) 326.25º 0.38% 0.67% -
XYZ 26.61 20.81 28.2 -
YUV 129.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 170 106 142 0 0.38 0.16 0.33 326.25 0.27 0.54
Hex AA 6A 8E 0 26 10 21 146 1B 36
Octal 252 152 216 0 46 20 41 506 33 66
Binary 10101010 1101010 10001110 0 100110 10000 100001 101000110 11011 110110

Color Harmonies of #AA6A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A8E

Black with #AA6A8E

Text Example


Text Example

White with #AA6A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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