Html Css Color HEX #A57C8D Mountbatten Pink

📋 copy color: '#A57C8D'

red 165 ◦ green 124 ◦ blue 141

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

Shades of Mountbatten Pink #A57C8D

Tints of Mountbatten Pink #A57C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 38.37%
G = 28.84%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A57C8D (or 0xA57C8D) is known color: Mountbatten Pink. HEX triplet: A5, 7C and 8D. RGB value is (165,124,141). Sum of RGB (Red+Green+Blue) = 165+124+141=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57C8D is #5A8372. Grayscale: #8A8A8A. Windows color (decimal): -5931891 or 9272485. OLE color: 9272485.

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

Color convert

RGB 165 124 141 -
CMYK 0 0.25 0.15 0.35
HSL 335.12º 0.19% 0.57% -
HSV(B) 335.12º 0.25% 0.65% -
XYZ 27.53 24.34 28.45 -
YUV 138.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 165 124 141 0 0.25 0.15 0.35 335.12 0.19 0.57
Hex A5 7C 8D 0 19 F 23 14F 13 39
Octal 245 174 215 0 31 17 43 517 23 71
Binary 10100101 1111100 10001101 0 11001 1111 100011 101001111 10011 111001

Color Harmonies of #A57C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C8D

Black with #A57C8D

Text Example


Text Example

White with #A57C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C8D; }

 p { color: rgb(165,124,141); }

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

background-color css

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

 a { background-color: rgb(165,124,141); }

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

border-color css

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

 span { border-color: rgb(165,124,141); }

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