#A2828D

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

Shades of Mountbatten Pink #A2828D

Tints of Mountbatten Pink #A2828D

Color information

#A2828D (or 0xA2828D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 82 and 8D. RGB value is (162,130,141). Sum of RGB (Red+Green+Blue) = 162+130+141=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2828D is #5D7D72. Grayscale: #8C8C8C. Windows color (decimal): -6126963 or 9274018. OLE color: 9274018.

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

Color convert

RGB162130141-
CMYK00.200.130.36
HSL339.38º14.68%57.25%-
HSV(B)339.38º19.75%63.53%-
XYZ27.6925.5728.68-
YUV140.82128.1143.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=37.41%
G=30.02%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213014100.200.130.36339.3814.6857.25
HexA2828D014D24153f39
Octal24220221502415445231771
Binary10100010100000101000110101010011011001001010100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2828D; }

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

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

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

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

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

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

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

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