#AD799B

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

Shades of Bouquet #AD799B

Tints of Bouquet #AD799B

Color information

#AD799B (or 0xAD799B) is unknown color: approx Bouquet. HEX triplet: AD, 79 and 9B. RGB value is (173,121,155). Sum of RGB (Red+Green+Blue) = 173+121+155=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD799B is #528664. Grayscale: #8C8C8C. Windows color (decimal): -5408357 or 10189229. OLE color: 10189229.

HSL color Cylindrical-coordinate representation of color #AD799B: hue angle of 320.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD799B is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173121155-
CMYK00.300.100.32
HSL320.77º24.07%57.65%-
HSV(B)320.77º30.06%67.84%-
XYZ29.9924.9334.24-
YUV140.42136.23151.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=38.53%
G=26.95%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312115500.300.100.32320.7724.0757.65
HexAD799B01EA20141183a
Octal25517123303612405013072
Binary10101101111100110011011011110101010000010100000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD799B; }

 p { color: rgb(173,121,155); }

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

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

 a { background-color: rgb(173,121,155); }

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

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

 span { border-color: rgb(173,121,155); }

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