#AD6791

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

Shades of Mountbatten Pink #AD6791

Tints of Mountbatten Pink #AD6791

Color information

#AD6791 (or 0xAD6791) is unknown color: approx Mountbatten Pink. HEX triplet: AD, 67 and 91. RGB value is (173,103,145). Sum of RGB (Red+Green+Blue) = 173+103+145=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6791 is #52986E. Grayscale: #808080. Windows color (decimal): -5412975 or 9529261. OLE color: 9529261.

HSL color Cylindrical-coordinate representation of color #AD6791: hue angle of 324º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6791 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB173103145-
CMYK00.400.160.32
HSL324º29.91%54.12%-
HSV(B)324º40.46%67.84%-
XYZ27.1920.6329.34-
YUV128.72137.19159.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=41.09%
G=24.47%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310314500.400.160.3232429.9154.12
HexAD679102810201441e36
Octal25514722105020405043666
Binary1010110111001111001000101010001000010000010100010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6791; }

 p { color: rgb(173,103,145); }

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

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

 a { background-color: rgb(173,103,145); }

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

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

 span { border-color: rgb(173,103,145); }

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