#AD7596

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

Shades of Bouquet #AD7596

Tints of Bouquet #AD7596

Color information

#AD7596 (or 0xAD7596) is unknown color: approx Bouquet. HEX triplet: AD, 75 and 96. RGB value is (173,117,150). Sum of RGB (Red+Green+Blue) = 173+117+150=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7596 is #528A69. Grayscale: #898989. Windows color (decimal): -5409386 or 9860525. OLE color: 9860525.

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

Color convert

RGB173117150-
CMYK00.320.130.32
HSL324.64º25.45%56.86%-
HSV(B)324.64º32.37%67.84%-
XYZ29.123.8131.92-
YUV137.51135.05153.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=39.32%
G=26.59%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311715000.320.130.32324.6425.4556.86
HexAD7596020D201451939
Octal25516522604015405053171
Binary101011011110101100101100100000110110000010100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7596; }

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

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

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

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

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

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

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

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