#A8748D

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

Shades of Mountbatten Pink #A8748D

Tints of Mountbatten Pink #A8748D

Color information

#A8748D (or 0xA8748D) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 74 and 8D. RGB value is (168,116,141). Sum of RGB (Red+Green+Blue) = 168+116+141=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8748D is #578B72. Grayscale: #868686. Windows color (decimal): -5737331 or 9270440. OLE color: 9270440.

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

Color convert

RGB168116141-
CMYK00.310.160.34
HSL331.15º23.01%55.69%-
HSV(B)331.15º30.95%65.88%-
XYZ27.222.7428.15-
YUV134.4131.73151.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=39.53%
G=27.29%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811614100.310.160.34331.1523.0155.69
HexA8748D01F102214b1738
Octal25016421503720425132770
Binary101010001110100100011010111111000010001010100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8748D; }

 p { color: rgb(168,116,141); }

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

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

 a { background-color: rgb(168,116,141); }

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

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

 span { border-color: rgb(168,116,141); }

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