#A56D92

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

Shades of Mountbatten Pink #A56D92

Tints of Mountbatten Pink #A56D92

Color information

#A56D92 (or 0xA56D92) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6D and 92. RGB value is (165,109,146). Sum of RGB (Red+Green+Blue) = 165+109+146=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D92 is #5A926D. Grayscale: #818181. Windows color (decimal): -5935726 or 9596325. OLE color: 9596325.

HSL color Cylindrical-coordinate representation of color #A56D92: hue angle of 320.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56D92 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165109146-
CMYK00.340.120.35
HSL320.36º23.73%53.73%-
HSV(B)320.36º33.94%64.71%-
XYZ26.1721.0129.87-
YUV129.96137.05152.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=39.29%
G=25.95%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510914600.340.120.35320.3623.7353.73
HexA56D92022C231401836
Octal24515522204214435003066
Binary101001011101101100100100100010110010001110100000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D92; }

 p { color: rgb(165,109,146); }

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

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

 a { background-color: rgb(165,109,146); }

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

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

 span { border-color: rgb(165,109,146); }

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