Html Css Color HEX #A57090 Mountbatten Pink

📋 copy color: '#A57090'

red 165 ◦ green 112 ◦ blue 144

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

Shades of Mountbatten Pink #A57090

Tints of Mountbatten Pink #A57090

RGB

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

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

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

R = 39.19%
G = 26.6%
B = 34.2%

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

#A57090 (or 0xA57090) is known color: Mountbatten Pink. HEX triplet: A5, 70 and 90. RGB value is (165,112,144). Sum of RGB (Red+Green+Blue) = 165+112+144=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A57090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57090 is #5A8F6F. Grayscale: #838383. Windows color (decimal): -5934960 or 9466021. OLE color: 9466021.

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

Color convert

RGB 165 112 144 -
CMYK 0 0.32 0.13 0.35
HSL 323.77º 0.23% 0.54% -
HSV(B) 323.77º 0.32% 0.65% -
XYZ 26.35 21.6 29.17 -
YUV 131.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 165 112 144 0 0.32 0.13 0.35 323.77 0.23 0.54
Hex A5 70 90 0 20 D 23 144 17 36
Octal 245 160 220 0 40 15 43 504 27 66
Binary 10100101 1110000 10010000 0 100000 1101 100011 101000100 10111 110110

Color Harmonies of #A57090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57090

Black with #A57090

Text Example


Text Example

White with #A57090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57090; }

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

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

background-color css

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

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

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

border-color css

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

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

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