#AD7396

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

Shades of Bouquet #AD7396

Tints of Bouquet #AD7396

Color information

#AD7396 (or 0xAD7396) is unknown color: approx Bouquet. HEX triplet: AD, 73 and 96. RGB value is (173,115,150). Sum of RGB (Red+Green+Blue) = 173+115+150=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7396 is #528C69. Grayscale: #888888. Windows color (decimal): -5409898 or 9860013. OLE color: 9860013.

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

Color convert

RGB173115150-
CMYK00.340.130.32
HSL323.79º26.13%56.47%-
HSV(B)323.79º33.53%67.84%-
XYZ28.8723.3531.84-
YUV136.33135.72154.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=39.50%
G=26.26%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311515000.340.130.32323.7926.1356.47
HexAD7396022D201441a38
Octal25516322604215405043270
Binary101011011110011100101100100010110110000010100010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7396; }

 p { color: rgb(173,115,150); }

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

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

 a { background-color: rgb(173,115,150); }

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

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

 span { border-color: rgb(173,115,150); }

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