#A5728B

Color #A5728B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A5728B

Tints of Mountbatten Pink #A5728B

Color information

#A5728B (or 0xA5728B) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 72 and 8B. RGB value is (165,114,139). Sum of RGB (Red+Green+Blue) = 165+114+139=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A5728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5728B is #5A8D74. Grayscale: #848484. Windows color (decimal): -5934453 or 9138853. OLE color: 9138853.

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

Color convert

RGB165114139-
CMYK00.310.160.35
HSL330.59º22.08%54.71%-
HSV(B)330.59º30.91%64.71%-
XYZ26.1921.927.27-
YUV132.1131.9151.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=39.47%
G=27.27%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511413900.310.160.35330.5922.0854.71
HexA5728B01F102314b1637
Octal24516221303720435132667
Binary101001011110010100010110111111000010001110100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5728B; }

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

 H1.HeaderClassName
 {
   color: #A5728B;
 }
 .AnyTagClassName
 {
   color: #A5728B;
 }
</style>
background-color css

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

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

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

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

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

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