#A27C8B

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

Shades of Mountbatten Pink #A27C8B

Tints of Mountbatten Pink #A27C8B

Color information

#A27C8B (or 0xA27C8B) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 7C and 8B. RGB value is (162,124,139). Sum of RGB (Red+Green+Blue) = 162+124+139=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C8B is #5D8374. Grayscale: #898989. Windows color (decimal): -6128501 or 9141410. OLE color: 9141410.

HSL color Cylindrical-coordinate representation of color #A27C8B: hue angle of 336.32º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27C8B is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB162124139-
CMYK00.230.140.36
HSL336.32º16.96%56.08%-
HSV(B)336.32º23.46%63.53%-
XYZ26.7723.9627.64-
YUV137.07129.09145.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=38.12%
G=29.18%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212413900.230.140.36336.3216.9656.08
HexA27C8B017E241501138
Octal24217421302716445202170
Binary10100010111110010001011010111111010010010101000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C8B; }

 p { color: rgb(162,124,139); }

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

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

 a { background-color: rgb(162,124,139); }

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

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

 span { border-color: rgb(162,124,139); }

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