Html Css Color HEX #A77291 Mountbatten Pink

📋 copy color: '#A77291'

red 167 ◦ green 114 ◦ blue 145

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

Shades of Mountbatten Pink #A77291

Tints of Mountbatten Pink #A77291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

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

R = 39.2%
G = 26.76%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A77291 (or 0xA77291) is known color: Mountbatten Pink. HEX triplet: A7, 72 and 91. RGB value is (167,114,145). Sum of RGB (Red+Green+Blue) = 167+114+145=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A77291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77291 is #588D6E. Grayscale: #858585. Windows color (decimal): -5803375 or 9532071. OLE color: 9532071.

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

Color convert

RGB 167 114 145 -
CMYK 0 0.32 0.13 0.35
HSL 324.91º 0.23% 0.55% -
HSV(B) 324.91º 0.32% 0.65% -
XYZ 27.06 22.29 29.66 -
YUV 133.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 167 114 145 0 0.32 0.13 0.35 324.91 0.23 0.55
Hex A7 72 91 0 20 D 23 145 17 37
Octal 247 162 221 0 40 15 43 505 27 67
Binary 10100111 1110010 10010001 0 100000 1101 100011 101000101 10111 110111

Color Harmonies of #A77291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77291

Black with #A77291

Text Example


Text Example

White with #A77291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77291; }

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

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

background-color css

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

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

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

border-color css

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

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

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