#A27389

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

Shades of Mountbatten Pink #A27389

Tints of Mountbatten Pink #A27389

Color information

#A27389 (or 0xA27389) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 73 and 89. RGB value is (162,115,137). Sum of RGB (Red+Green+Blue) = 162+115+137=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A27389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27389 is #5D8C76. Grayscale: #838383. Windows color (decimal): -6130807 or 9008034. OLE color: 9008034.

HSL color Cylindrical-coordinate representation of color #A27389: hue angle of 331.91º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A27389 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162115137-
CMYK00.290.150.36
HSL331.91º20.17%54.31%-
HSV(B)331.91º29.01%63.53%-
XYZ25.5521.7526.52-
YUV131.56131.07149.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=39.13%
G=27.78%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211513700.290.150.36331.9120.1754.31
HexA2738901DF2414c1436
Octal24216321103517445142466
Binary10100010111001110001001011101111110010010100110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27389; }

 p { color: rgb(162,115,137); }

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

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

 a { background-color: rgb(162,115,137); }

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

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

 span { border-color: rgb(162,115,137); }

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