#A27891

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

Shades of Mountbatten Pink #A27891

Tints of Mountbatten Pink #A27891

Color information

#A27891 (or 0xA27891) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 78 and 91. RGB value is (162,120,145). Sum of RGB (Red+Green+Blue) = 162+120+145=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A27891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27891 is #5D876E. Grayscale: #878787. Windows color (decimal): -6129519 or 9533602. OLE color: 9533602.

HSL color Cylindrical-coordinate representation of color #A27891: hue angle of 324.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27891 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB162120145-
CMYK00.260.100.36
HSL324.29º18.42%55.29%-
HSV(B)324.29º25.93%63.53%-
XYZ26.7323.1629.85-
YUV135.41133.41146.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=37.94%
G=28.10%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212014500.260.100.36324.2918.4255.29
HexA2789101AA241441237
Octal24217022103212445042267
Binary10100010111100010010001011010101010010010100010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27891; }

 p { color: rgb(162,120,145); }

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

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

 a { background-color: rgb(162,120,145); }

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

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

 span { border-color: rgb(162,120,145); }

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