#A1768A

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

Shades of Mountbatten Pink #A1768A

Tints of Mountbatten Pink #A1768A

Color information

#A1768A (or 0xA1768A) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 76 and 8A. RGB value is (161,118,138). Sum of RGB (Red+Green+Blue) = 161+118+138=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1768A is #5E8975. Grayscale: #858585. Windows color (decimal): -6195574 or 9074337. OLE color: 9074337.

HSL color Cylindrical-coordinate representation of color #A1768A: hue angle of 332.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1768A is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161118138-
CMYK00.270.140.37
HSL332.09º18.61%54.71%-
HSV(B)332.09º26.71%63.14%-
XYZ25.7622.3727-
YUV133.14130.75147.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=38.61%
G=28.30%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111813800.270.140.37332.0918.6154.71
HexA1768A01BE2514c1337
Octal24116621203316455142367
Binary10100001111011010001010011011111010010110100110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1768A; }

 p { color: rgb(161,118,138); }

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

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

 a { background-color: rgb(161,118,138); }

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

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

 span { border-color: rgb(161,118,138); }

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