Html Css Color HEX #A66592 Mountbatten Pink

📋 copy color: '#A66592'

red 166 ◦ green 101 ◦ blue 146

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

Shades of Mountbatten Pink #A66592

Tints of Mountbatten Pink #A66592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.46%

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

R = 40.19%
G = 24.46%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A66592 (or 0xA66592) is known color: Mountbatten Pink. HEX triplet: A6, 65 and 92. RGB value is (166,101,146). Sum of RGB (Red+Green+Blue) = 166+101+146=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A66592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66592 is #599A6D. Grayscale: #7D7D7D. Windows color (decimal): -5872238 or 9594278. OLE color: 9594278.

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

Color convert

RGB 166 101 146 -
CMYK 0 0.39 0.12 0.35
HSL 318.46º 0.27% 0.52% -
HSV(B) 318.46º 0.39% 0.65% -
XYZ 25.57 19.49 29.61 -
YUV 125.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 166 101 146 0 0.39 0.12 0.35 318.46 0.27 0.52
Hex A6 65 92 0 27 C 23 13E 1B 34
Octal 246 145 222 0 47 14 43 476 33 64
Binary 10100110 1100101 10010010 0 100111 1100 100011 100111110 11011 110100

Color Harmonies of #A66592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66592

Black with #A66592

Text Example


Text Example

White with #A66592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66592; }

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

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

background-color css

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

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

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

border-color css

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

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

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