Html Css Color HEX #A5728C Mountbatten Pink

📋 copy color: '#A5728C'

red 165 ◦ green 114 ◦ blue 140

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

Shades of Mountbatten Pink #A5728C

Tints of Mountbatten Pink #A5728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.21%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 39.38%
G = 27.21%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5728C (or 0xA5728C) is known color: Mountbatten Pink. HEX triplet: A5, 72 and 8C. RGB value is (165,114,140). Sum of RGB (Red+Green+Blue) = 165+114+140=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5728C is #5A8D73. Grayscale: #848484. Windows color (decimal): -5934452 or 9204389. OLE color: 9204389.

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

Color convert

RGB 165 114 140 -
CMYK 0 0.31 0.15 0.35
HSL 329.41º 0.22% 0.55% -
HSV(B) 329.41º 0.31% 0.65% -
XYZ 26.27 21.93 27.66 -
YUV 132.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 165 114 140 0 0.31 0.15 0.35 329.41 0.22 0.55
Hex A5 72 8C 0 1F F 23 149 16 37
Octal 245 162 214 0 37 17 43 511 26 67
Binary 10100101 1110010 10001100 0 11111 1111 100011 101001001 10110 110111

Color Harmonies of #A5728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5728C

Black with #A5728C

Text Example


Text Example

White with #A5728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5728C; }

 p { color: rgb(165,114,140); }

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

background-color css

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

 a { background-color: rgb(165,114,140); }

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

border-color css

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

 span { border-color: rgb(165,114,140); }

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