#A17295

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

Shades of Mountbatten Pink #A17295

Tints of Mountbatten Pink #A17295

Color information

#A17295 (or 0xA17295) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 72 and 95. RGB value is (161,114,149). Sum of RGB (Red+Green+Blue) = 161+114+149=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A17295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17295 is #5E8D6A. Grayscale: #838383. Windows color (decimal): -6196587 or 9794209. OLE color: 9794209.

HSL color Cylindrical-coordinate representation of color #A17295: hue angle of 315.32º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17295 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB161114149-
CMYK00.290.070.37
HSL315.32º20%53.92%-
HSV(B)315.32º29.19%63.14%-
XYZ26.1421.7831.26-
YUV132.04137.57148.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=37.97%
G=26.89%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111414900.290.070.37315.322053.92
HexA1729501D72513b1436
Octal2411622250357454732466
Binary1010000111100101001010101110111110010110011101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17295; }

 p { color: rgb(161,114,149); }

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

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

 a { background-color: rgb(161,114,149); }

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

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

 span { border-color: rgb(161,114,149); }

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