#A37692

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

Shades of Mountbatten Pink #A37692

Tints of Mountbatten Pink #A37692

Color information

#A37692 (or 0xA37692) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 76 and 92. RGB value is (163,118,146). Sum of RGB (Red+Green+Blue) = 163+118+146=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37692 is #5C896D. Grayscale: #868686. Windows color (decimal): -6064494 or 9598627. OLE color: 9598627.

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

Color convert

RGB163118146-
CMYK00.280.100.36
HSL322.67º19.65%55.1%-
HSV(B)322.67º27.61%63.92%-
XYZ26.7722.8230.19-
YUV134.65134.41148.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=38.17%
G=27.63%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311814600.280.100.36322.6719.6555.1
HexA3769201CA241431437
Octal24316622203412445032467
Binary10100011111011010010010011100101010010010100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37692; }

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

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

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

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

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

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

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

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