#A3788D

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

Shades of Mountbatten Pink #A3788D

Tints of Mountbatten Pink #A3788D

Color information

#A3788D (or 0xA3788D) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 78 and 8D. RGB value is (163,120,141). Sum of RGB (Red+Green+Blue) = 163+120+141=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3788D is #5C8772. Grayscale: #878787. Windows color (decimal): -6063987 or 9271459. OLE color: 9271459.

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

Color convert

RGB163120141-
CMYK00.260.130.36
HSL330.7º18.94%55.49%-
HSV(B)330.7º26.38%63.92%-
XYZ26.6323.1428.26-
YUV135.25131.25147.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=38.44%
G=28.30%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312014100.260.130.36330.718.9455.49
HexA3788D01AD2414b1337
Octal24317021503215445132367
Binary10100011111100010001101011010110110010010100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3788D; }

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

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

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

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

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

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

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

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