#A27292

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

Shades of Mountbatten Pink #A27292

Tints of Mountbatten Pink #A27292

Color information

#A27292 (or 0xA27292) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 92. RGB value is (162,114,146). Sum of RGB (Red+Green+Blue) = 162+114+146=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A27292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27292 is #5D8D6D. Grayscale: #838383. Windows color (decimal): -6131054 or 9597602. OLE color: 9597602.

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

Color convert

RGB162114146-
CMYK00.300.100.36
HSL320º20.51%54.12%-
HSV(B)320º29.63%63.53%-
XYZ26.1121.7930.02-
YUV132135.9149.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=38.39%
G=27.01%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211414600.300.100.3632020.5154.12
HexA2729201EA241401536
Octal24216222203612445002566
Binary10100010111001010010010011110101010010010100000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27292; }

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

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

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

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

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

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

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

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