#A5748B

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

Shades of Mountbatten Pink #A5748B

Tints of Mountbatten Pink #A5748B

Color information

#A5748B (or 0xA5748B) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 74 and 8B. RGB value is (165,116,139). Sum of RGB (Red+Green+Blue) = 165+116+139=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5748B is #5A8B74. Grayscale: #858585. Windows color (decimal): -5933941 or 9139365. OLE color: 9139365.

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

Color convert

RGB165116139-
CMYK00.300.160.35
HSL331.84º21.4%55.1%-
HSV(B)331.84º29.7%64.71%-
XYZ26.4222.3527.35-
YUV133.27131.23150.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=39.29%
G=27.62%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511613900.300.160.35331.8421.455.1
HexA5748B01E102314c1537
Octal24516421303620435142567
Binary101001011110100100010110111101000010001110100110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5748B; }

 p { color: rgb(165,116,139); }

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

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

 a { background-color: rgb(165,116,139); }

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

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

 span { border-color: rgb(165,116,139); }

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