Html Css Color HEX #AA698F Mountbatten Pink

📋 copy color: '#AA698F'

red 170 ◦ green 105 ◦ blue 143

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

Shades of Mountbatten Pink #AA698F

Tints of Mountbatten Pink #AA698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 40.67%
G = 25.12%
B = 34.21%

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

#AA698F (or 0xAA698F) is known color: Mountbatten Pink. HEX triplet: AA, 69 and 8F. RGB value is (170,105,143). Sum of RGB (Red+Green+Blue) = 170+105+143=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698F is #559670. Grayscale: #808080. Windows color (decimal): -5609073 or 9398698. OLE color: 9398698.

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

Color convert

RGB 170 105 143 -
CMYK 0 0.38 0.16 0.33
HSL 324.92º 0.28% 0.54% -
HSV(B) 324.92º 0.38% 0.67% -
XYZ 26.59 20.63 28.57 -
YUV 128.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 170 105 143 0 0.38 0.16 0.33 324.92 0.28 0.54
Hex AA 69 8F 0 26 10 21 145 1C 36
Octal 252 151 217 0 46 20 41 505 34 66
Binary 10101010 1101001 10001111 0 100110 10000 100001 101000101 11100 110110

Color Harmonies of #AA698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA698F

Black with #AA698F

Text Example


Text Example

White with #AA698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA698F; }

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

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

background-color css

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

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

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

border-color css

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

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

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