#A3798D

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

Shades of Mountbatten Pink #A3798D

Tints of Mountbatten Pink #A3798D

Color information

#A3798D (or 0xA3798D) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 79 and 8D. RGB value is (163,121,141). Sum of RGB (Red+Green+Blue) = 163+121+141=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3798D is #5C8672. Grayscale: #878787. Windows color (decimal): -6063731 or 9271715. OLE color: 9271715.

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

Color convert

RGB163121141-
CMYK00.260.130.36
HSL331.43º18.58%55.69%-
HSV(B)331.43º25.77%63.92%-
XYZ26.7523.3828.3-
YUV135.84130.91147.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=38.35%
G=28.47%
B=33.18%

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
Decimal16312114100.260.130.36331.4318.5855.69
HexA3798D01AD2414b1338
Octal24317121503215445132370
Binary10100011111100110001101011010110110010010100101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3798D; }

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

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

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

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

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

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

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

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