#A28090

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

Shades of Mountbatten Pink #A28090

Tints of Mountbatten Pink #A28090

Color information

#A28090 (or 0xA28090) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 80 and 90. RGB value is (162,128,144). Sum of RGB (Red+Green+Blue) = 162+128+144=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A28090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28090 is #5D7F6F. Grayscale: #8B8B8B. Windows color (decimal): -6127472 or 9470114. OLE color: 9470114.

HSL color Cylindrical-coordinate representation of color #A28090: hue angle of 331.76º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28090 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB162128144-
CMYK00.210.110.36
HSL331.76º15.45%56.86%-
HSV(B)331.76º20.99%63.53%-
XYZ27.6525.1329.78-
YUV139.99130.26143.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=37.33%
G=29.49%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212814400.210.110.36331.7615.4556.86
HexA28090015B2414cf39
Octal24220022002513445141771
Binary10100010100000001001000001010110111001001010011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28090; }

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

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

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

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

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

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

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

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