#A3808D

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

Shades of Mountbatten Pink #A3808D

Tints of Mountbatten Pink #A3808D

Color information

#A3808D (or 0xA3808D) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 80 and 8D. RGB value is (163,128,141). Sum of RGB (Red+Green+Blue) = 163+128+141=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3808D is #5C7F72. Grayscale: #8B8B8B. Windows color (decimal): -6061939 or 9273507. OLE color: 9273507.

HSL color Cylindrical-coordinate representation of color #A3808D: hue angle of 337.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3808D is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163128141-
CMYK00.210.130.36
HSL337.71º15.98%57.06%-
HSV(B)337.71º21.47%63.92%-
XYZ27.6325.1528.6-
YUV139.95128.6144.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=37.73%
G=29.63%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312814100.210.130.36337.7115.9857.06
HexA3808D015D241521039
Octal24320021502515445222071
Binary101000111000000010001101010101110110010010101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3808D; }

 p { color: rgb(163,128,141); }

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

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

 a { background-color: rgb(163,128,141); }

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

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

 span { border-color: rgb(163,128,141); }

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