Html Css Color HEX #A7708B Mountbatten Pink

📋 copy color: '#A7708B'

red 167 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #A7708B

Tints of Mountbatten Pink #A7708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 39.95%
G = 26.79%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7708B (or 0xA7708B) is known color: Mountbatten Pink. HEX triplet: A7, 70 and 8B. RGB value is (167,112,139). Sum of RGB (Red+Green+Blue) = 167+112+139=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A7708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7708B is #588F74. Grayscale: #838383. Windows color (decimal): -5803893 or 9138343. OLE color: 9138343.

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

Color convert

RGB 167 112 139 -
CMYK 0 0.33 0.17 0.35
HSL 330.55º 0.24% 0.55% -
HSV(B) 330.55º 0.33% 0.65% -
XYZ 26.39 21.67 27.22 -
YUV 131.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 167 112 139 0 0.33 0.17 0.35 330.55 0.24 0.55
Hex A7 70 8B 0 21 11 23 14B 18 37
Octal 247 160 213 0 41 21 43 513 30 67
Binary 10100111 1110000 10001011 0 100001 10001 100011 101001011 11000 110111

Color Harmonies of #A7708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7708B

Black with #A7708B

Text Example


Text Example

White with #A7708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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