#A37892

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

Shades of Mountbatten Pink #A37892

Tints of Mountbatten Pink #A37892

Color information

#A37892 (or 0xA37892) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 78 and 92. RGB value is (163,120,146). Sum of RGB (Red+Green+Blue) = 163+120+146=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37892 is #5C876D. Grayscale: #878787. Windows color (decimal): -6063982 or 9599139. OLE color: 9599139.

HSL color Cylindrical-coordinate representation of color #A37892: hue angle of 323.72º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37892 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163120146-
CMYK00.260.100.36
HSL323.72º18.94%55.49%-
HSV(B)323.72º26.38%63.92%-
XYZ27.0123.2930.27-
YUV135.82133.75147.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=38.00%
G=27.97%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312014600.260.100.36323.7218.9455.49
HexA3789201AA241441337
Octal24317022203212445042367
Binary10100011111100010010010011010101010010010100010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37892; }

 p { color: rgb(163,120,146); }

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

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

 a { background-color: rgb(163,120,146); }

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

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

 span { border-color: rgb(163,120,146); }

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