Html Css Color HEX #A57F8E Mountbatten Pink

📋 copy color: '#A57F8E'

red 165 ◦ green 127 ◦ blue 142

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

Shades of Mountbatten Pink #A57F8E

Tints of Mountbatten Pink #A57F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 38.02%
G = 29.26%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A57F8E (or 0xA57F8E) is known color: Mountbatten Pink. HEX triplet: A5, 7F and 8E. RGB value is (165,127,142). Sum of RGB (Red+Green+Blue) = 165+127+142=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F8E is #5A8071. Grayscale: #8C8C8C. Windows color (decimal): -5931122 or 9338789. OLE color: 9338789.

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

Color convert

RGB 165 127 142 -
CMYK 0 0.23 0.14 0.35
HSL 336.32º 0.17% 0.57% -
HSV(B) 336.32º 0.23% 0.65% -
XYZ 27.99 25.13 28.97 -
YUV 140.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 165 127 142 0 0.23 0.14 0.35 336.32 0.17 0.57
Hex A5 7F 8E 0 17 E 23 150 11 39
Octal 245 177 216 0 27 16 43 520 21 71
Binary 10100101 1111111 10001110 0 10111 1110 100011 101010000 10001 111001

Color Harmonies of #A57F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F8E

Black with #A57F8E

Text Example


Text Example

White with #A57F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F8E; }

 p { color: rgb(165,127,142); }

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

background-color css

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

 a { background-color: rgb(165,127,142); }

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

border-color css

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

 span { border-color: rgb(165,127,142); }

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