#AD7599

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

Shades of Bouquet #AD7599

Tints of Bouquet #AD7599

Color information

#AD7599 (or 0xAD7599) is unknown color: approx Bouquet. HEX triplet: AD, 75 and 99. RGB value is (173,117,153). Sum of RGB (Red+Green+Blue) = 173+117+153=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7599 is #528A66. Grayscale: #898989. Windows color (decimal): -5409383 or 10057133. OLE color: 10057133.

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

Color convert

RGB173117153-
CMYK00.320.120.32
HSL321.43º25.45%56.86%-
HSV(B)321.43º32.37%67.84%-
XYZ29.3423.9133.2-
YUV137.85136.55153.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=39.05%
G=26.41%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311715300.320.120.32321.4325.4556.86
HexAD7599020C201411939
Octal25516523104014405013171
Binary101011011110101100110010100000110010000010100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7599; }

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

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

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

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

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

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

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

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