#A9728F

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

Shades of Mountbatten Pink #A9728F

Tints of Mountbatten Pink #A9728F

Color information

#A9728F (or 0xA9728F) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 72 and 8F. RGB value is (169,114,143). Sum of RGB (Red+Green+Blue) = 169+114+143=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9728F is #568D70. Grayscale: #858585. Windows color (decimal): -5672305 or 9401001. OLE color: 9401001.

HSL color Cylindrical-coordinate representation of color #A9728F: hue angle of 328.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9728F is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169114143-
CMYK00.330.150.34
HSL328.36º24.23%55.49%-
HSV(B)328.36º32.54%66.27%-
XYZ27.3422.4528.88-
YUV133.75133.22153.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=39.67%
G=26.76%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911414300.330.150.34328.3624.2355.49
HexA9728F021F221481837
Octal25116221704117425103067
Binary101010011110010100011110100001111110001010100100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9728F; }

 p { color: rgb(169,114,143); }

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

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

 a { background-color: rgb(169,114,143); }

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

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

 span { border-color: rgb(169,114,143); }

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