#AD759C

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

Shades of Bouquet #AD759C

Tints of Bouquet #AD759C

Color information

#AD759C (or 0xAD759C) is unknown color: approx Bouquet. HEX triplet: AD, 75 and 9C. RGB value is (173,117,156). Sum of RGB (Red+Green+Blue) = 173+117+156=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD759C is #528A63. Grayscale: #8A8A8A. Windows color (decimal): -5409380 or 10253741. OLE color: 10253741.

HSL color Cylindrical-coordinate representation of color #AD759C: hue angle of 318.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD759C is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173117156-
CMYK00.320.100.32
HSL318.21º25.45%56.86%-
HSV(B)318.21º32.37%67.84%-
XYZ29.624.0134.53-
YUV138.19138.05152.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=38.79%
G=26.23%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311715600.320.100.32318.2125.4556.86
HexAD759C020A2013e1939
Octal25516523404012404763171
Binary101011011110101100111000100000101010000010011111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD759C; }

 p { color: rgb(173,117,156); }

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

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

 a { background-color: rgb(173,117,156); }

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

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

 span { border-color: rgb(173,117,156); }

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