#AD729E

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

Shades of Bouquet #AD729E

Tints of Bouquet #AD729E

Color information

#AD729E (or 0xAD729E) is unknown color: approx Bouquet. HEX triplet: AD, 72 and 9E. RGB value is (173,114,158). Sum of RGB (Red+Green+Blue) = 173+114+158=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD729E is #528D61. Grayscale: #888888. Windows color (decimal): -5410146 or 10384045. OLE color: 10384045.

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

Color convert

RGB173114158-
CMYK00.340.090.32
HSL315.25º26.46%56.27%-
HSV(B)315.25º34.1%67.84%-
XYZ29.4223.3935.31-
YUV136.66140.05153.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=38.88%
G=25.62%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311415800.340.090.32315.2526.4656.27
HexAD729E02292013b1a38
Octal25516223604211404733270
Binary101011011110010100111100100010100110000010011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD729E; }

 p { color: rgb(173,114,158); }

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

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

 a { background-color: rgb(173,114,158); }

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

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

 span { border-color: rgb(173,114,158); }

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