Html Css Color HEX #A6768D Mountbatten Pink

📋 copy color: '#A6768D'

red 166 ◦ green 118 ◦ blue 141

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

Shades of Mountbatten Pink #A6768D

Tints of Mountbatten Pink #A6768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 39.06%
G = 27.76%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6768D (or 0xA6768D) is known color: Mountbatten Pink. HEX triplet: A6, 76 and 8D. RGB value is (166,118,141). Sum of RGB (Red+Green+Blue) = 166+118+141=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6768D is #598972. Grayscale: #868686. Windows color (decimal): -5867891 or 9270950. OLE color: 9270950.

HSL color Cylindrical-coordinate representation of color #A6768D: hue angle of 331.25º 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 #A6768D is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 118 141 -
CMYK 0 0.29 0.15 0.35
HSL 331.25º 0.21% 0.56% -
HSV(B) 331.25º 0.29% 0.65% -
XYZ 27.01 22.99 28.21 -
YUV 134.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 166 118 141 0 0.29 0.15 0.35 331.25 0.21 0.56
Hex A6 76 8D 0 1D F 23 14B 15 38
Octal 246 166 215 0 35 17 43 513 25 70
Binary 10100110 1110110 10001101 0 11101 1111 100011 101001011 10101 111000

Color Harmonies of #A6768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6768D

Black with #A6768D

Text Example


Text Example

White with #A6768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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