Html Css Color HEX #A6748E Mountbatten Pink

📋 copy color: '#A6748E'

red 166 ◦ green 116 ◦ blue 142

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

Shades of Mountbatten Pink #A6748E

Tints of Mountbatten Pink #A6748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 39.15%
G = 27.36%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6748E (or 0xA6748E) is known color: Mountbatten Pink. HEX triplet: A6, 74 and 8E. RGB value is (166,116,142). Sum of RGB (Red+Green+Blue) = 166+116+142=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6748E is #598B71. Grayscale: #858585. Windows color (decimal): -5868402 or 9335974. OLE color: 9335974.

HSL color Cylindrical-coordinate representation of color #A6748E: hue angle of 328.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6748E is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 142 -
CMYK 0 0.30 0.14 0.35
HSL 328.8º 0.22% 0.55% -
HSV(B) 328.8º 0.3% 0.65% -
XYZ 26.85 22.55 28.53 -
YUV 133.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 166 116 142 0 0.30 0.14 0.35 328.8 0.22 0.55
Hex A6 74 8E 0 1E E 23 149 16 37
Octal 246 164 216 0 36 16 43 511 26 67
Binary 10100110 1110100 10001110 0 11110 1110 100011 101001001 10110 110111

Color Harmonies of #A6748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6748E

Black with #A6748E

Text Example


Text Example

White with #A6748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6748E; }

 p { color: rgb(166,116,142); }

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

background-color css

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

 a { background-color: rgb(166,116,142); }

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

border-color css

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

 span { border-color: rgb(166,116,142); }

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