#A4738A

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

Shades of Mountbatten Pink #A4738A

Tints of Mountbatten Pink #A4738A

Color information

#A4738A (or 0xA4738A) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 73 and 8A. RGB value is (164,115,138). Sum of RGB (Red+Green+Blue) = 164+115+138=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4738A is #5B8C75. Grayscale: #848484. Windows color (decimal): -5999734 or 9073572. OLE color: 9073572.

HSL color Cylindrical-coordinate representation of color #A4738A: hue angle of 331.84º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4738A is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164115138-
CMYK00.300.160.36
HSL331.84º21.21%54.71%-
HSV(B)331.84º29.88%64.31%-
XYZ26.0321.9926.92-
YUV132.27131.23150.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=39.33%
G=27.58%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411513800.300.160.36331.8421.2154.71
HexA4738A01E102414c1537
Octal24416321203620445142567
Binary101001001110011100010100111101000010010010100110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4738A; }

 p { color: rgb(164,115,138); }

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

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

 a { background-color: rgb(164,115,138); }

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

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

 span { border-color: rgb(164,115,138); }

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