Html Css Color HEX #A66E92 Mountbatten Pink

📋 copy color: '#A66E92'

red 166 ◦ green 110 ◦ blue 146

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

Shades of Mountbatten Pink #A66E92

Tints of Mountbatten Pink #A66E92

RGB

 RED value IS 166 (65.23% from 255) = 39.34%

 GREEN value IS 110 (43.36% from 255) = 26.07%

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 39.34%
G = 26.07%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A66E92 (or 0xA66E92) is known color: Mountbatten Pink. HEX triplet: A6, 6E and 92. RGB value is (166,110,146). Sum of RGB (Red+Green+Blue) = 166+110+146=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66E92 is #59916D. Grayscale: #828282. Windows color (decimal): -5869934 or 9596582. OLE color: 9596582.

HSL color Cylindrical-coordinate representation of color #A66E92: hue angle of 321.43º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E92 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 110 146 -
CMYK 0 0.34 0.12 0.35
HSL 321.43º 0.24% 0.54% -
HSV(B) 321.43º 0.34% 0.65% -
XYZ 26.49 21.33 29.92 -
YUV 130.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 166 110 146 0 0.34 0.12 0.35 321.43 0.24 0.54
Hex A6 6E 92 0 22 C 23 141 18 36
Octal 246 156 222 0 42 14 43 501 30 66
Binary 10100110 1101110 10010010 0 100010 1100 100011 101000001 11000 110110

Color Harmonies of #A66E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66E92

Black with #A66E92

Text Example


Text Example

White with #A66E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66E92; }

 p { color: rgb(166,110,146); }

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

background-color css

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

 a { background-color: rgb(166,110,146); }

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

border-color css

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

 span { border-color: rgb(166,110,146); }

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