#A27290

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

Shades of Mountbatten Pink #A27290

Tints of Mountbatten Pink #A27290

Color information

#A27290 (or 0xA27290) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 90. RGB value is (162,114,144). Sum of RGB (Red+Green+Blue) = 162+114+144=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A27290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27290 is #5D8D6F. Grayscale: #838383. Windows color (decimal): -6131056 or 9466530. OLE color: 9466530.

HSL color Cylindrical-coordinate representation of color #A27290: hue angle of 322.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 #A27290 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB162114144-
CMYK00.300.110.36
HSL322.5º20.51%54.12%-
HSV(B)322.5º29.63%63.53%-
XYZ25.9521.7329.21-
YUV131.77134.9149.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=38.57%
G=27.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211414400.300.110.36322.520.5154.12
HexA2729001EB241421536
Octal24216222003613445022566
Binary10100010111001010010000011110101110010010100001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27290; }

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

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

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

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

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

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

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

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