#AD729C

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

Shades of Bouquet #AD729C

Tints of Bouquet #AD729C

Color information

#AD729C (or 0xAD729C) is unknown color: approx Bouquet. HEX triplet: AD, 72 and 9C. RGB value is (173,114,156). Sum of RGB (Red+Green+Blue) = 173+114+156=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD729C is #528D63. Grayscale: #888888. Windows color (decimal): -5410148 or 10252973. OLE color: 10252973.

HSL color Cylindrical-coordinate representation of color #AD729C: hue angle of 317.29º 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 #AD729C is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173114156-
CMYK00.340.100.32
HSL317.29º26.46%56.27%-
HSV(B)317.29º34.1%67.84%-
XYZ29.2523.3234.41-
YUV136.43139.05154.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=39.05%
G=25.73%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311415600.340.100.32317.2926.4656.27
HexAD729C022A2013d1a38
Octal25516223404212404753270
Binary101011011110010100111000100010101010000010011110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD729C; }

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

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

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

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

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

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

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

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