#A8738F

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

Shades of Mountbatten Pink #A8738F

Tints of Mountbatten Pink #A8738F

Color information

#A8738F (or 0xA8738F) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 73 and 8F. RGB value is (168,115,143). Sum of RGB (Red+Green+Blue) = 168+115+143=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8738F is #578C70. Grayscale: #858585. Windows color (decimal): -5737585 or 9401256. OLE color: 9401256.

HSL color Cylindrical-coordinate representation of color #A8738F: hue angle of 328.3º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8738F is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB168115143-
CMYK00.320.150.34
HSL328.3º23.35%55.49%-
HSV(B)328.3º31.55%65.88%-
XYZ27.2422.5728.91-
YUV134.04133.06152.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=39.44%
G=27.00%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811514300.320.150.34328.323.3555.49
HexA8738F020F221481737
Octal25016321704017425102767
Binary101010001110011100011110100000111110001010100100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8738F; }

 p { color: rgb(168,115,143); }

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

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

 a { background-color: rgb(168,115,143); }

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

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

 span { border-color: rgb(168,115,143); }

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