#A3748A

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

Shades of Mountbatten Pink #A3748A

Tints of Mountbatten Pink #A3748A

Color information

#A3748A (or 0xA3748A) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 74 and 8A. RGB value is (163,116,138). Sum of RGB (Red+Green+Blue) = 163+116+138=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3748A is #5C8B75. Grayscale: #848484. Windows color (decimal): -6065014 or 9073827. OLE color: 9073827.

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

Color convert

RGB163116138-
CMYK00.290.150.36
HSL331.91º20.35%54.71%-
HSV(B)331.91º28.83%63.92%-
XYZ25.9422.1126.95-
YUV132.56131.07149.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=39.09%
G=27.82%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311613800.290.150.36331.9120.3554.71
HexA3748A01DF2414c1437
Octal24316421203517445142467
Binary10100011111010010001010011101111110010010100110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3748A; }

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

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

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

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

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

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

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

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