Html Css Color HEX #A77290 Mountbatten Pink

📋 copy color: '#A77290'

red 167 ◦ green 114 ◦ blue 144

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

Shades of Mountbatten Pink #A77290

Tints of Mountbatten Pink #A77290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.88%

R = 39.29%
G = 26.82%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A77290 (or 0xA77290) is known color: Mountbatten Pink. HEX triplet: A7, 72 and 90. RGB value is (167,114,144). Sum of RGB (Red+Green+Blue) = 167+114+144=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A77290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77290 is #588D6F. Grayscale: #858585. Windows color (decimal): -5803376 or 9466535. OLE color: 9466535.

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

Color convert

RGB 167 114 144 -
CMYK 0 0.32 0.14 0.35
HSL 326.04º 0.23% 0.55% -
HSV(B) 326.04º 0.32% 0.65% -
XYZ 26.99 22.26 29.26 -
YUV 133.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 167 114 144 0 0.32 0.14 0.35 326.04 0.23 0.55
Hex A7 72 90 0 20 E 23 146 17 37
Octal 247 162 220 0 40 16 43 506 27 67
Binary 10100111 1110010 10010000 0 100000 1110 100011 101000110 10111 110111

Color Harmonies of #A77290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77290

Black with #A77290

Text Example


Text Example

White with #A77290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77290; }

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

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

background-color css

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

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

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

border-color css

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

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

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