Html Css Color HEX #AA6C8F Mountbatten Pink

📋 copy color: '#AA6C8F'

red 170 ◦ green 108 ◦ blue 143

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

Shades of Mountbatten Pink #AA6C8F

Tints of Mountbatten Pink #AA6C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

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

R = 40.38%
G = 25.65%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA6C8F (or 0xAA6C8F) is known color: Mountbatten Pink. HEX triplet: AA, 6C and 8F. RGB value is (170,108,143). Sum of RGB (Red+Green+Blue) = 170+108+143=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C8F is #559370. Grayscale: #828282. Windows color (decimal): -5608305 or 9399466. OLE color: 9399466.

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

Color convert

RGB 170 108 143 -
CMYK 0 0.36 0.16 0.33
HSL 326.13º 0.27% 0.55% -
HSV(B) 326.13º 0.36% 0.67% -
XYZ 26.9 21.25 28.67 -
YUV 130.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 170 108 143 0 0.36 0.16 0.33 326.13 0.27 0.55
Hex AA 6C 8F 0 24 10 21 146 1B 37
Octal 252 154 217 0 44 20 41 506 33 67
Binary 10101010 1101100 10001111 0 100100 10000 100001 101000110 11011 110111

Color Harmonies of #AA6C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C8F

Black with #AA6C8F

Text Example


Text Example

White with #AA6C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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