Html Css Color HEX #A8708C Mountbatten Pink

📋 copy color: '#A8708C'

red 168 ◦ green 112 ◦ blue 140

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

Shades of Mountbatten Pink #A8708C

Tints of Mountbatten Pink #A8708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8708C (or 0xA8708C) is known color: Mountbatten Pink. HEX triplet: A8, 70 and 8C. RGB value is (168,112,140). Sum of RGB (Red+Green+Blue) = 168+112+140=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A8708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8708C is #578F73. Grayscale: #838383. Windows color (decimal): -5738356 or 9203880. OLE color: 9203880.

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

Color convert

RGB 168 112 140 -
CMYK 0 0.33 0.17 0.34
HSL 330º 0.24% 0.55% -
HSV(B) 330º 0.33% 0.66% -
XYZ 26.68 21.81 27.61 -
YUV 131.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 168 112 140 0 0.33 0.17 0.34 330 0.24 0.55
Hex A8 70 8C 0 21 11 22 14A 18 37
Octal 250 160 214 0 41 21 42 512 30 67
Binary 10101000 1110000 10001100 0 100001 10001 100010 101001010 11000 110111

Color Harmonies of #A8708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8708C

Black with #A8708C

Text Example


Text Example

White with #A8708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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