Html Css Color HEX #AA698E Mountbatten Pink

📋 copy color: '#AA698E'

red 170 ◦ green 105 ◦ blue 142

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

Shades of Mountbatten Pink #AA698E

Tints of Mountbatten Pink #AA698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.18%

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

R = 40.77%
G = 25.18%
B = 34.05%

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

#AA698E (or 0xAA698E) is known color: Mountbatten Pink. HEX triplet: AA, 69 and 8E. RGB value is (170,105,142). Sum of RGB (Red+Green+Blue) = 170+105+142=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698E is #559671. Grayscale: #808080. Windows color (decimal): -5609074 or 9333162. OLE color: 9333162.

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

Color convert

RGB 170 105 142 -
CMYK 0 0.38 0.16 0.33
HSL 325.85º 0.28% 0.54% -
HSV(B) 325.85º 0.38% 0.67% -
XYZ 26.51 20.6 28.17 -
YUV 128.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 170 105 142 0 0.38 0.16 0.33 325.85 0.28 0.54
Hex AA 69 8E 0 26 10 21 146 1C 36
Octal 252 151 216 0 46 20 41 506 34 66
Binary 10101010 1101001 10001110 0 100110 10000 100001 101000110 11100 110110

Color Harmonies of #AA698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA698E

Black with #AA698E

Text Example


Text Example

White with #AA698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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