#A6768F

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

Shades of Mountbatten Pink #A6768F

Tints of Mountbatten Pink #A6768F

Color information

#A6768F (or 0xA6768F) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 76 and 8F. RGB value is (166,118,143). Sum of RGB (Red+Green+Blue) = 166+118+143=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6768F is #598970. Grayscale: #878787. Windows color (decimal): -5867889 or 9402022. OLE color: 9402022.

HSL color Cylindrical-coordinate representation of color #A6768F: hue angle of 328.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6768F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB166118143-
CMYK00.290.140.35
HSL328.75º21.24%55.69%-
HSV(B)328.75º28.92%65.1%-
XYZ27.1623.0529-
YUV135.2132.4149.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=38.88%
G=27.63%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611814300.290.140.35328.7521.2455.69
HexA6768F01DE231491538
Octal24616621703516435112570
Binary10100110111011010001111011101111010001110100100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6768F; }

 p { color: rgb(166,118,143); }

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

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

 a { background-color: rgb(166,118,143); }

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

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

 span { border-color: rgb(166,118,143); }

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