#A08490

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

Shades of Mountbatten Pink #A08490

Tints of Mountbatten Pink #A08490

Color information

#A08490 (or 0xA08490) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 84 and 90. RGB value is (160,132,144). Sum of RGB (Red+Green+Blue) = 160+132+144=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A08490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08490 is #5F7B6F. Grayscale: #8D8D8D. Windows color (decimal): -6257520 or 9471136. OLE color: 9471136.

HSL color Cylindrical-coordinate representation of color #A08490: hue angle of 334.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08490 is Cyan = 0, Magento = 0.17, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB160132144-
CMYK00.170.10.37
HSL334.29º12.84%57.25%-
HSV(B)334.29º17.5%62.75%-
XYZ27.7825.9929.94-
YUV141.74129.28141.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=36.70%
G=30.28%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013214400.170.10.37334.2912.8457.25
HexA08490011A2514ed39
Octal24020422002112455161571
Binary10100000100001001001000001000110101001011010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08490; }

 p { color: rgb(160,132,144); }

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

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

 a { background-color: rgb(160,132,144); }

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

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

 span { border-color: rgb(160,132,144); }

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