Html Css Color HEX #AA688D Mountbatten Pink

📋 copy color: '#AA688D'

red 170 ◦ green 104 ◦ blue 141

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

Shades of Mountbatten Pink #AA688D

Tints of Mountbatten Pink #AA688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.06%

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 40.96%
G = 25.06%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA688D (or 0xAA688D) is known color: Mountbatten Pink. HEX triplet: AA, 68 and 8D. RGB value is (170,104,141). Sum of RGB (Red+Green+Blue) = 170+104+141=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA688D is #559772. Grayscale: #7F7F7F. Windows color (decimal): -5609331 or 9267370. OLE color: 9267370.

HSL color Cylindrical-coordinate representation of color #AA688D: hue angle of 326.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA688D is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 141 -
CMYK 0 0.39 0.17 0.33
HSL 326.36º 0.28% 0.54% -
HSV(B) 326.36º 0.39% 0.67% -
XYZ 26.34 20.37 27.74 -
YUV 127.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 170 104 141 0 0.39 0.17 0.33 326.36 0.28 0.54
Hex AA 68 8D 0 27 11 21 146 1C 36
Octal 252 150 215 0 47 21 41 506 34 66
Binary 10101010 1101000 10001101 0 100111 10001 100001 101000110 11100 110110

Color Harmonies of #AA688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA688D

Black with #AA688D

Text Example


Text Example

White with #AA688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA688D; }

 p { color: rgb(170,104,141); }

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

background-color css

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

 a { background-color: rgb(170,104,141); }

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

border-color css

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

 span { border-color: rgb(170,104,141); }

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