#A3768F

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

Shades of Mountbatten Pink #A3768F

Tints of Mountbatten Pink #A3768F

Color information

#A3768F (or 0xA3768F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 76 and 8F. RGB value is (163,118,143). Sum of RGB (Red+Green+Blue) = 163+118+143=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3768F is #5C8970. Grayscale: #868686. Windows color (decimal): -6064497 or 9402019. OLE color: 9402019.

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

Color convert

RGB163118143-
CMYK00.280.120.36
HSL326.67º19.65%55.1%-
HSV(B)326.67º27.61%63.92%-
XYZ26.5422.7328.97-
YUV134.3132.91148.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=38.44%
G=27.83%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311814300.280.120.36326.6719.6555.1
HexA3768F01CC241471437
Octal24316621703414445072467
Binary10100011111011010001111011100110010010010100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3768F; }

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

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

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

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

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

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

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

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