#A36790

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

Shades of Mountbatten Pink #A36790

Tints of Mountbatten Pink #A36790

Color information

#A36790 (or 0xA36790) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 67 and 90. RGB value is (163,103,144). Sum of RGB (Red+Green+Blue) = 163+103+144=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A36790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36790 is #5C986F. Grayscale: #7D7D7D. Windows color (decimal): -6068336 or 9463715. OLE color: 9463715.

HSL color Cylindrical-coordinate representation of color #A36790: hue angle of 319º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36790 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163103144-
CMYK00.370.120.36
HSL319º24.59%52.16%-
HSV(B)319º36.81%63.92%-
XYZ24.9919.528.83-
YUV125.61138.38154.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=39.76%
G=25.12%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310314400.370.120.3631924.5952.16
HexA36790025C2413f1934
Octal24314722004514444773164
Binary101000111100111100100000100101110010010010011111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36790; }

 p { color: rgb(163,103,144); }

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

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

 a { background-color: rgb(163,103,144); }

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

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

 span { border-color: rgb(163,103,144); }

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