#A08790

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

Shades of Mountbatten Pink #A08790

Tints of Mountbatten Pink #A08790

Color information

#A08790 (or 0xA08790) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 87 and 90. RGB value is (160,135,144). Sum of RGB (Red+Green+Blue) = 160+135+144=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A08790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08790 is #5F786F. Grayscale: #8F8F8F. Windows color (decimal): -6256752 or 9471904. OLE color: 9471904.

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

Color convert

RGB160135144-
CMYK00.160.10.37
HSL338.4º11.63%57.84%-
HSV(B)338.4º15.62%62.75%-
XYZ28.226.8230.08-
YUV143.5128.28139.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=36.45%
G=30.75%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013514400.160.10.37338.411.6357.84
HexA08790010A25152c3a
Octal24020722002012455221472
Binary10100000100001111001000001000010101001011010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08790; }

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

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

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

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

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

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

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

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