#A4708A

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

Shades of Mountbatten Pink #A4708A

Tints of Mountbatten Pink #A4708A

Color information

#A4708A (or 0xA4708A) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 70 and 8A. RGB value is (164,112,138). Sum of RGB (Red+Green+Blue) = 164+112+138=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A4708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4708A is #5B8F75. Grayscale: #828282. Windows color (decimal): -6000502 or 9072804. OLE color: 9072804.

HSL color Cylindrical-coordinate representation of color #A4708A: hue angle of 330º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4708A is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164112138-
CMYK00.320.160.36
HSL330º22.22%54.12%-
HSV(B)330º31.71%64.31%-
XYZ25.6921.3226.81-
YUV130.51132.23151.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=39.61%
G=27.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411213800.320.160.3633022.2254.12
HexA4708A020102414a1636
Octal24416021204020445122666
Binary1010010011100001000101001000001000010010010100101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4708A; }

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

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

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

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

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

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

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

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