#A27288

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

Shades of Mountbatten Pink #A27288

Tints of Mountbatten Pink #A27288

Color information

#A27288 (or 0xA27288) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 88. RGB value is (162,114,136). Sum of RGB (Red+Green+Blue) = 162+114+136=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A27288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27288 is #5D8D77. Grayscale: #828282. Windows color (decimal): -6131064 or 8942242. OLE color: 8942242.

HSL color Cylindrical-coordinate representation of color #A27288: hue angle of 332.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27288 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162114136-
CMYK00.300.160.36
HSL332.5º20.51%54.12%-
HSV(B)332.5º29.63%63.53%-
XYZ25.3621.4926.1-
YUV130.86130.9150.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=39.32%
G=27.67%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211413600.300.160.36332.520.5154.12
HexA2728801E102414c1536
Octal24216221003620445142566
Binary101000101110010100010000111101000010010010100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27288; }

 p { color: rgb(162,114,136); }

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

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

 a { background-color: rgb(162,114,136); }

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

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

 span { border-color: rgb(162,114,136); }

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