#A08391

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

Shades of Mountbatten Pink #A08391

Tints of Mountbatten Pink #A08391

Color information

#A08391 (or 0xA08391) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 83 and 91. RGB value is (160,131,145). Sum of RGB (Red+Green+Blue) = 160+131+145=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A08391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08391 is #5F7C6E. Grayscale: #8D8D8D. Windows color (decimal): -6257775 or 9536416. OLE color: 9536416.

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

Color convert

RGB160131145-
CMYK00.180.090.37
HSL331.03º13.24%57.06%-
HSV(B)331.03º18.13%62.75%-
XYZ27.7225.7530.3-
YUV141.27130.11141.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=36.70%
G=30.05%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013114500.180.090.37331.0313.2457.06
HexA0839101292514bd39
Octal24020322102211455131571
Binary10100000100000111001000101001010011001011010010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08391; }

 p { color: rgb(160,131,145); }

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

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

 a { background-color: rgb(160,131,145); }

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

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

 span { border-color: rgb(160,131,145); }

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