#A28190

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

Shades of Mountbatten Pink #A28190

Tints of Mountbatten Pink #A28190

Color information

#A28190 (or 0xA28190) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 81 and 90. RGB value is (162,129,144). Sum of RGB (Red+Green+Blue) = 162+129+144=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A28190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28190 is #5D7E6F. Grayscale: #8C8C8C. Windows color (decimal): -6127216 or 9470370. OLE color: 9470370.

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

Color convert

RGB162129144-
CMYK00.200.110.36
HSL332.73º15.07%57.06%-
HSV(B)332.73º20.37%63.53%-
XYZ27.7825.429.82-
YUV140.58129.93143.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=37.24%
G=29.66%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212914400.200.110.36332.7315.0757.06
HexA28190014B2414df39
Octal24220122002413445151771
Binary10100010100000011001000001010010111001001010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28190; }

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

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

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

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

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

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

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

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