#A08190

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

Shades of Mountbatten Pink #A08190

Tints of Mountbatten Pink #A08190

Color information

#A08190 (or 0xA08190) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 81 and 90. RGB value is (160,129,144). Sum of RGB (Red+Green+Blue) = 160+129+144=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A08190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08190 is #5F7E6F. Grayscale: #8B8B8B. Windows color (decimal): -6258288 or 9470368. OLE color: 9470368.

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

Color convert

RGB160129144-
CMYK00.190.10.37
HSL330.97º14.03%56.67%-
HSV(B)330.97º19.37%62.75%-
XYZ27.3825.1929.8-
YUV139.98130.27142.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=36.95%
G=29.79%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012914400.190.10.37330.9714.0356.67
HexA08190013A2514be39
Octal24020122002312455131671
Binary10100000100000011001000001001110101001011010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08190; }

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

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

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

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

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

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

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

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