Html Css Color HEX #A6708A Mountbatten Pink

📋 copy color: '#A6708A'

red 166 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #A6708A

Tints of Mountbatten Pink #A6708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 39.9%
G = 26.92%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6708A (or 0xA6708A) is known color: Mountbatten Pink. HEX triplet: A6, 70 and 8A. RGB value is (166,112,138). Sum of RGB (Red+Green+Blue) = 166+112+138=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A6708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6708A is #598F75. Grayscale: #838383. Windows color (decimal): -5869430 or 9072806. OLE color: 9072806.

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

Color convert

RGB 166 112 138 -
CMYK 0 0.33 0.17 0.35
HSL 331.11º 0.23% 0.55% -
HSV(B) 331.11º 0.33% 0.65% -
XYZ 26.11 21.53 26.82 -
YUV 131.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 166 112 138 0 0.33 0.17 0.35 331.11 0.23 0.55
Hex A6 70 8A 0 21 11 23 14B 17 37
Octal 246 160 212 0 41 21 43 513 27 67
Binary 10100110 1110000 10001010 0 100001 10001 100011 101001011 10111 110111

Color Harmonies of #A6708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6708A

Black with #A6708A

Text Example


Text Example

White with #A6708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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