#A0808C

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

Shades of Mountbatten Pink #A0808C

Tints of Mountbatten Pink #A0808C

Color information

#A0808C (or 0xA0808C) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 80 and 8C. RGB value is (160,128,140). Sum of RGB (Red+Green+Blue) = 160+128+140=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A0808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0808C is #5F7F73. Grayscale: #8A8A8A. Windows color (decimal): -6258548 or 9207968. OLE color: 9207968.

HSL color Cylindrical-coordinate representation of color #A0808C: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0808C is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB160128140-
CMYK00.200.120.37
HSL337.5º14.41%56.47%-
HSV(B)337.5º20%62.75%-
XYZ26.9524.8128.18-
YUV138.94128.6143.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=37.38%
G=29.91%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012814000.200.120.37337.514.4156.47
HexA0808C014C25152e38
Octal24020021402414455221670
Binary10100000100000001000110001010011001001011010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0808C; }

 p { color: rgb(160,128,140); }

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

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

 a { background-color: rgb(160,128,140); }

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

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

 span { border-color: rgb(160,128,140); }

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