Html Css Color HEX #A7708D Mountbatten Pink

📋 copy color: '#A7708D'

red 167 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #A7708D

Tints of Mountbatten Pink #A7708D

RGB

 RED value IS 167 (65.63% from 255) = 39.76%

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

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

R = 39.76%
G = 26.67%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7708D (or 0xA7708D) is known color: Mountbatten Pink. HEX triplet: A7, 70 and 8D. RGB value is (167,112,141). Sum of RGB (Red+Green+Blue) = 167+112+141=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A7708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7708D is #588F72. Grayscale: #838383. Windows color (decimal): -5803891 or 9269415. OLE color: 9269415.

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

Color convert

RGB 167 112 141 -
CMYK 0 0.33 0.16 0.35
HSL 328.36º 0.24% 0.55% -
HSV(B) 328.36º 0.33% 0.65% -
XYZ 26.54 21.73 27.99 -
YUV 131.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 167 112 141 0 0.33 0.16 0.35 328.36 0.24 0.55
Hex A7 70 8D 0 21 10 23 148 18 37
Octal 247 160 215 0 41 20 43 510 30 67
Binary 10100111 1110000 10001101 0 100001 10000 100011 101001000 11000 110111

Color Harmonies of #A7708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7708D

Black with #A7708D

Text Example


Text Example

White with #A7708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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