Html Css Color HEX #A66B95 Mountbatten Pink

📋 copy color: '#A66B95'

red 166 ◦ green 107 ◦ blue 149

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

Shades of Mountbatten Pink #A66B95

Tints of Mountbatten Pink #A66B95

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 39.34%
G = 25.36%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A66B95 (or 0xA66B95) is known color: Mountbatten Pink. HEX triplet: A6, 6B and 95. RGB value is (166,107,149). Sum of RGB (Red+Green+Blue) = 166+107+149=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B95 is #59946A. Grayscale: #818181. Windows color (decimal): -5870699 or 9792422. OLE color: 9792422.

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

Color convert

RGB 166 107 149 -
CMYK 0 0.36 0.10 0.35
HSL 317.29º 0.25% 0.54% -
HSV(B) 317.29º 0.36% 0.65% -
XYZ 26.41 20.79 31.06 -
YUV 129.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 166 107 149 0 0.36 0.10 0.35 317.29 0.25 0.54
Hex A6 6B 95 0 24 A 23 13D 19 36
Octal 246 153 225 0 44 12 43 475 31 66
Binary 10100110 1101011 10010101 0 100100 1010 100011 100111101 11001 110110

Color Harmonies of #A66B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B95

Black with #A66B95

Text Example


Text Example

White with #A66B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B95; }

 p { color: rgb(166,107,149); }

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

background-color css

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

 a { background-color: rgb(166,107,149); }

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

border-color css

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

 span { border-color: rgb(166,107,149); }

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