Html Css Color HEX #A66A92 Mountbatten Pink

📋 copy color: '#A66A92'

red 166 ◦ green 106 ◦ blue 146

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

Shades of Mountbatten Pink #A66A92

Tints of Mountbatten Pink #A66A92

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

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

R = 39.71%
G = 25.36%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A66A92 (or 0xA66A92) is known color: Mountbatten Pink. HEX triplet: A6, 6A and 92. RGB value is (166,106,146). Sum of RGB (Red+Green+Blue) = 166+106+146=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A92 is #59956D. Grayscale: #808080. Windows color (decimal): -5870958 or 9595558. OLE color: 9595558.

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

Color convert

RGB 166 106 146 -
CMYK 0 0.36 0.12 0.35
HSL 320º 0.25% 0.53% -
HSV(B) 320º 0.36% 0.65% -
XYZ 26.07 20.49 29.78 -
YUV 128.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 166 106 146 0 0.36 0.12 0.35 320 0.25 0.53
Hex A6 6A 92 0 24 C 23 140 19 35
Octal 246 152 222 0 44 14 43 500 31 65
Binary 10100110 1101010 10010010 0 100100 1100 100011 101000000 11001 110101

Color Harmonies of #A66A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A92

Black with #A66A92

Text Example


Text Example

White with #A66A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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