#A28290

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

Shades of Mountbatten Pink #A28290

Tints of Mountbatten Pink #A28290

Color information

#A28290 (or 0xA28290) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 82 and 90. RGB value is (162,130,144). Sum of RGB (Red+Green+Blue) = 162+130+144=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A28290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28290 is #5D7D6F. Grayscale: #8D8D8D. Windows color (decimal): -6126960 or 9470626. OLE color: 9470626.

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

Color convert

RGB162130144-
CMYK00.200.110.36
HSL333.75º14.68%57.25%-
HSV(B)333.75º19.75%63.53%-
XYZ27.9225.6629.87-
YUV141.16129.6142.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=37.16%
G=29.82%
B=33.03%

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
Decimal16213014400.200.110.36333.7514.6857.25
HexA28290014B2414ef39
Octal24220222002413445161771
Binary10100010100000101001000001010010111001001010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28290; }

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

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

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

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

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

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

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

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