Html Css Color HEX #A8708E Mountbatten Pink

📋 copy color: '#A8708E'

red 168 ◦ green 112 ◦ blue 142

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

Shades of Mountbatten Pink #A8708E

Tints of Mountbatten Pink #A8708E

RGB

 RED value IS 168 (66.02% from 255) = 39.81%

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 39.81%
G = 26.54%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8708E (or 0xA8708E) is known color: Mountbatten Pink. HEX triplet: A8, 70 and 8E. RGB value is (168,112,142). Sum of RGB (Red+Green+Blue) = 168+112+142=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8708E is #578F71. Grayscale: #848484. Windows color (decimal): -5738354 or 9334952. OLE color: 9334952.

HSL color Cylindrical-coordinate representation of color #A8708E: hue angle of 327.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8708E is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 142 -
CMYK 0 0.33 0.15 0.34
HSL 327.86º 0.24% 0.55% -
HSV(B) 327.86º 0.33% 0.66% -
XYZ 26.83 21.87 28.4 -
YUV 132.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 168 112 142 0 0.33 0.15 0.34 327.86 0.24 0.55
Hex A8 70 8E 0 21 F 22 148 18 37
Octal 250 160 216 0 41 17 42 510 30 67
Binary 10101000 1110000 10001110 0 100001 1111 100010 101001000 11000 110111

Color Harmonies of #A8708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8708E

Black with #A8708E

Text Example


Text Example

White with #A8708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8708E; }

 p { color: rgb(168,112,142); }

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

background-color css

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

 a { background-color: rgb(168,112,142); }

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

border-color css

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

 span { border-color: rgb(168,112,142); }

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