Html Css Color HEX #A57091 Mountbatten Pink

📋 copy color: '#A57091'

red 165 ◦ green 112 ◦ blue 145

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

Shades of Mountbatten Pink #A57091

Tints of Mountbatten Pink #A57091

RGB

 RED value IS 165 (64.84% from 255) = 39.1%

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

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

R = 39.1%
G = 26.54%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A57091 (or 0xA57091) is known color: Mountbatten Pink. HEX triplet: A5, 70 and 91. RGB value is (165,112,145). Sum of RGB (Red+Green+Blue) = 165+112+145=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A57091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57091 is #5A8F6E. Grayscale: #838383. Windows color (decimal): -5934959 or 9531557. OLE color: 9531557.

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

Color convert

RGB 165 112 145 -
CMYK 0 0.32 0.12 0.35
HSL 322.64º 0.23% 0.54% -
HSV(B) 322.64º 0.32% 0.65% -
XYZ 26.42 21.63 29.57 -
YUV 131.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 165 112 145 0 0.32 0.12 0.35 322.64 0.23 0.54
Hex A5 70 91 0 20 C 23 143 17 36
Octal 245 160 221 0 40 14 43 503 27 66
Binary 10100101 1110000 10010001 0 100000 1100 100011 101000011 10111 110110

Color Harmonies of #A57091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57091

Black with #A57091

Text Example


Text Example

White with #A57091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57091; }

 p { color: rgb(165,112,145); }

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

background-color css

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

 a { background-color: rgb(165,112,145); }

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

border-color css

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

 span { border-color: rgb(165,112,145); }

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