Html Css Color HEX #A8718C Mountbatten Pink

📋 copy color: '#A8718C'

red 168 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #A8718C

Tints of Mountbatten Pink #A8718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.84%

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

R = 39.9%
G = 26.84%
B = 33.25%

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

#A8718C (or 0xA8718C) is known color: Mountbatten Pink. HEX triplet: A8, 71 and 8C. RGB value is (168,113,140). Sum of RGB (Red+Green+Blue) = 168+113+140=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8718C is #578E73. Grayscale: #848484. Windows color (decimal): -5738100 or 9204136. OLE color: 9204136.

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

Color convert

RGB 168 113 140 -
CMYK 0 0.33 0.17 0.34
HSL 330.55º 0.24% 0.55% -
HSV(B) 330.55º 0.33% 0.66% -
XYZ 26.79 22.03 27.65 -
YUV 132.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 168 113 140 0 0.33 0.17 0.34 330.55 0.24 0.55
Hex A8 71 8C 0 21 11 22 14B 18 37
Octal 250 161 214 0 41 21 42 513 30 67
Binary 10101000 1110001 10001100 0 100001 10001 100010 101001011 11000 110111

Color Harmonies of #A8718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8718C

Black with #A8718C

Text Example


Text Example

White with #A8718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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