#A16792

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

Shades of Mountbatten Pink #A16792

Tints of Mountbatten Pink #A16792

Color information

#A16792 (or 0xA16792) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 67 and 92. RGB value is (161,103,146). Sum of RGB (Red+Green+Blue) = 161+103+146=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A16792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16792 is #5E986D. Grayscale: #7D7D7D. Windows color (decimal): -6199406 or 9594785. OLE color: 9594785.

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

Color convert

RGB161103146-
CMYK00.360.090.37
HSL315.52º23.58%51.76%-
HSV(B)315.52º36.02%63.14%-
XYZ24.7419.3529.63-
YUV125.24139.72153.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=39.27%
G=25.12%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110314600.360.090.37315.5223.5851.76
HexA1679202492513c1834
Octal24114722204411454743064
Binary101000011100111100100100100100100110010110011110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16792; }

 p { color: rgb(161,103,146); }

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

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

 a { background-color: rgb(161,103,146); }

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

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

 span { border-color: rgb(161,103,146); }

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