Html Css Color HEX #A57B8F Mountbatten Pink

📋 copy color: '#A57B8F'

red 165 ◦ green 123 ◦ blue 143

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

Shades of Mountbatten Pink #A57B8F

Tints of Mountbatten Pink #A57B8F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 38.28%
G = 28.54%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A57B8F (or 0xA57B8F) is known color: Mountbatten Pink. HEX triplet: A5, 7B and 8F. RGB value is (165,123,143). Sum of RGB (Red+Green+Blue) = 165+123+143=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57B8F is #5A8470. Grayscale: #898989. Windows color (decimal): -5932145 or 9403301. OLE color: 9403301.

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

Color convert

RGB 165 123 143 -
CMYK 0 0.25 0.13 0.35
HSL 331.43º 0.19% 0.56% -
HSV(B) 331.43º 0.25% 0.65% -
XYZ 27.56 24.15 29.2 -
YUV 137.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 165 123 143 0 0.25 0.13 0.35 331.43 0.19 0.56
Hex A5 7B 8F 0 19 D 23 14B 13 38
Octal 245 173 217 0 31 15 43 513 23 70
Binary 10100101 1111011 10001111 0 11001 1101 100011 101001011 10011 111000

Color Harmonies of #A57B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B8F

Black with #A57B8F

Text Example


Text Example

White with #A57B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B8F; }

 p { color: rgb(165,123,143); }

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

background-color css

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

 a { background-color: rgb(165,123,143); }

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

border-color css

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

 span { border-color: rgb(165,123,143); }

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