Html Css Color HEX #A6768C Mountbatten Pink

📋 copy color: '#A6768C'

red 166 ◦ green 118 ◦ blue 140

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

Shades of Mountbatten Pink #A6768C

Tints of Mountbatten Pink #A6768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 39.15%
G = 27.83%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6768C (or 0xA6768C) is known color: Mountbatten Pink. HEX triplet: A6, 76 and 8C. RGB value is (166,118,140). Sum of RGB (Red+Green+Blue) = 166+118+140=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6768C is #598973. Grayscale: #868686. Windows color (decimal): -5867892 or 9205414. OLE color: 9205414.

HSL color Cylindrical-coordinate representation of color #A6768C: hue angle of 332.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6768C is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 118 140 -
CMYK 0 0.29 0.16 0.35
HSL 332.5º 0.21% 0.56% -
HSV(B) 332.5º 0.29% 0.65% -
XYZ 26.94 22.96 27.82 -
YUV 134.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 166 118 140 0 0.29 0.16 0.35 332.5 0.21 0.56
Hex A6 76 8C 0 1D 10 23 14C 15 38
Octal 246 166 214 0 35 20 43 514 25 70
Binary 10100110 1110110 10001100 0 11101 10000 100011 101001100 10101 111000

Color Harmonies of #A6768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6768C

Black with #A6768C

Text Example


Text Example

White with #A6768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6768C; }

 p { color: rgb(166,118,140); }

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

background-color css

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

 a { background-color: rgb(166,118,140); }

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

border-color css

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

 span { border-color: rgb(166,118,140); }

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