#AD709C

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

Shades of Bouquet #AD709C

Tints of Bouquet #AD709C

Color information

#AD709C (or 0xAD709C) is unknown color: approx Bouquet. HEX triplet: AD, 70 and 9C. RGB value is (173,112,156). Sum of RGB (Red+Green+Blue) = 173+112+156=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD709C is #528F63. Grayscale: #878787. Windows color (decimal): -5410660 or 10252461. OLE color: 10252461.

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

Color convert

RGB173112156-
CMYK00.350.100.32
HSL316.72º27.11%55.88%-
HSV(B)316.72º35.26%67.84%-
XYZ29.0322.8734.34-
YUV135.26139.71154.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=39.23%
G=25.40%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311215600.350.100.32316.7227.1155.88
HexAD709C023A2013d1b38
Octal25516023404312404753370
Binary101011011110000100111000100011101010000010011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD709C; }

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

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

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

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

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

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

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

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