#A3768A

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

Shades of Mountbatten Pink #A3768A

Tints of Mountbatten Pink #A3768A

Color information

#A3768A (or 0xA3768A) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 76 and 8A. RGB value is (163,118,138). Sum of RGB (Red+Green+Blue) = 163+118+138=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3768A is #5C8975. Grayscale: #858585. Windows color (decimal): -6064502 or 9074339. OLE color: 9074339.

HSL color Cylindrical-coordinate representation of color #A3768A: hue angle of 333.33º 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 #A3768A is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB163118138-
CMYK00.280.150.36
HSL333.33º19.65%55.1%-
HSV(B)333.33º27.61%63.92%-
XYZ26.1722.5827.02-
YUV133.73130.41148.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=38.90%
G=28.16%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311813800.280.150.36333.3319.6555.1
HexA3768A01CF2414d1437
Octal24316621203417445152467
Binary10100011111011010001010011100111110010010100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3768A; }

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

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

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

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

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

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

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

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