#A3798C

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

Shades of Mountbatten Pink #A3798C

Tints of Mountbatten Pink #A3798C

Color information

#A3798C (or 0xA3798C) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 79 and 8C. RGB value is (163,121,140). Sum of RGB (Red+Green+Blue) = 163+121+140=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3798C is #5C8673. Grayscale: #878787. Windows color (decimal): -6063732 or 9206179. OLE color: 9206179.

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

Color convert

RGB163121140-
CMYK00.260.140.36
HSL332.86º18.58%55.69%-
HSV(B)332.86º25.77%63.92%-
XYZ26.6823.3527.91-
YUV135.72130.41147.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 121 (47.66% from 255) = 28.54%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=38.44%
G=28.54%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312114000.260.140.36332.8618.5855.69
HexA3798C01AE2414d1338
Octal24317121403216445152370
Binary10100011111100110001100011010111010010010100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3798C; }

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

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

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

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

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

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

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

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