Html Css Color HEX #A8708D Mountbatten Pink

📋 copy color: '#A8708D'

red 168 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #A8708D

Tints of Mountbatten Pink #A8708D

RGB

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

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

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

R = 39.9%
G = 26.6%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8708D (or 0xA8708D) is known color: Mountbatten Pink. HEX triplet: A8, 70 and 8D. RGB value is (168,112,141). Sum of RGB (Red+Green+Blue) = 168+112+141=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8708D is #578F72. Grayscale: #838383. Windows color (decimal): -5738355 or 9269416. OLE color: 9269416.

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

Color convert

RGB 168 112 141 -
CMYK 0 0.33 0.16 0.34
HSL 328.93º 0.24% 0.55% -
HSV(B) 328.93º 0.33% 0.66% -
XYZ 26.75 21.84 28 -
YUV 132.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 168 112 141 0 0.33 0.16 0.34 328.93 0.24 0.55
Hex A8 70 8D 0 21 10 22 149 18 37
Octal 250 160 215 0 41 20 42 511 30 67
Binary 10101000 1110000 10001101 0 100001 10000 100010 101001001 11000 110111

Color Harmonies of #A8708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8708D

Black with #A8708D

Text Example


Text Example

White with #A8708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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