#A3768C

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

Shades of Mountbatten Pink #A3768C

Tints of Mountbatten Pink #A3768C

Color information

#A3768C (or 0xA3768C) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 76 and 8C. RGB value is (163,118,140). Sum of RGB (Red+Green+Blue) = 163+118+140=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A3768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3768C is #5C8973. Grayscale: #858585. Windows color (decimal): -6064500 or 9205411. OLE color: 9205411.

HSL color Cylindrical-coordinate representation of color #A3768C: hue angle of 330.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3768C is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB163118140-
CMYK00.280.140.36
HSL330.67º19.65%55.1%-
HSV(B)330.67º27.61%63.92%-
XYZ26.3222.6427.79-
YUV133.96131.41148.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=38.72%
G=28.03%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311814000.280.140.36330.6719.6555.1
HexA3768C01CE2414b1437
Octal24316621403416445132467
Binary10100011111011010001100011100111010010010100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3768C; }

 p { color: rgb(163,118,140); }

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

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

 a { background-color: rgb(163,118,140); }

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

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

 span { border-color: rgb(163,118,140); }

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