Html Css Color HEX #A6708B Mountbatten Pink

📋 copy color: '#A6708B'

red 166 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #A6708B

Tints of Mountbatten Pink #A6708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 39.81%
G = 26.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6708B (or 0xA6708B) is known color: Mountbatten Pink. HEX triplet: A6, 70 and 8B. RGB value is (166,112,139). Sum of RGB (Red+Green+Blue) = 166+112+139=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A6708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6708B is #598F74. Grayscale: #838383. Windows color (decimal): -5869429 or 9138342. OLE color: 9138342.

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

Color convert

RGB 166 112 139 -
CMYK 0 0.33 0.16 0.35
HSL 330º 0.23% 0.55% -
HSV(B) 330º 0.33% 0.65% -
XYZ 26.18 21.56 27.21 -
YUV 131.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 166 112 139 0 0.33 0.16 0.35 330 0.23 0.55
Hex A6 70 8B 0 21 10 23 14A 17 37
Octal 246 160 213 0 41 20 43 512 27 67
Binary 10100110 1110000 10001011 0 100001 10000 100011 101001010 10111 110111

Color Harmonies of #A6708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6708B

Black with #A6708B

Text Example


Text Example

White with #A6708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6708B; }

 p { color: rgb(166,112,139); }

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

background-color css

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

 a { background-color: rgb(166,112,139); }

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

border-color css

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

 span { border-color: rgb(166,112,139); }

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