Html Css Color HEX #A6708D Mountbatten Pink

📋 copy color: '#A6708D'

red 166 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #A6708D

Tints of Mountbatten Pink #A6708D

RGB

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

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

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

R = 39.62%
G = 26.73%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6708D (or 0xA6708D) is known color: Mountbatten Pink. HEX triplet: A6, 70 and 8D. RGB value is (166,112,141). Sum of RGB (Red+Green+Blue) = 166+112+141=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6708D is #598F72. Grayscale: #838383. Windows color (decimal): -5869427 or 9269414. OLE color: 9269414.

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

Color convert

RGB 166 112 141 -
CMYK 0 0.33 0.15 0.35
HSL 327.78º 0.23% 0.55% -
HSV(B) 327.78º 0.33% 0.65% -
XYZ 26.33 21.62 27.98 -
YUV 131.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 166 112 141 0 0.33 0.15 0.35 327.78 0.23 0.55
Hex A6 70 8D 0 21 F 23 148 17 37
Octal 246 160 215 0 41 17 43 510 27 67
Binary 10100110 1110000 10001101 0 100001 1111 100011 101001000 10111 110111

Color Harmonies of #A6708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6708D

Black with #A6708D

Text Example


Text Example

White with #A6708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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