Html Css Color HEX #A76B91 Mountbatten Pink

📋 copy color: '#A76B91'

red 167 ◦ green 107 ◦ blue 145

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

Shades of Mountbatten Pink #A76B91

Tints of Mountbatten Pink #A76B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 39.86%
G = 25.54%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A76B91 (or 0xA76B91) is known color: Mountbatten Pink. HEX triplet: A7, 6B and 91. RGB value is (167,107,145). Sum of RGB (Red+Green+Blue) = 167+107+145=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B91 is #58946E. Grayscale: #818181. Windows color (decimal): -5805167 or 9530279. OLE color: 9530279.

HSL color Cylindrical-coordinate representation of color #A76B91: hue angle of 322º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76B91 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 107 145 -
CMYK 0 0.36 0.13 0.35
HSL 322º 0.25% 0.54% -
HSV(B) 322º 0.36% 0.65% -
XYZ 26.3 20.78 29.41 -
YUV 129.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 167 107 145 0 0.36 0.13 0.35 322 0.25 0.54
Hex A7 6B 91 0 24 D 23 142 19 36
Octal 247 153 221 0 44 15 43 502 31 66
Binary 10100111 1101011 10010001 0 100100 1101 100011 101000010 11001 110110

Color Harmonies of #A76B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B91

Black with #A76B91

Text Example


Text Example

White with #A76B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B91; }

 p { color: rgb(167,107,145); }

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

background-color css

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

 a { background-color: rgb(167,107,145); }

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

border-color css

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

 span { border-color: rgb(167,107,145); }

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