#AD799C

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

Shades of Bouquet #AD799C

Tints of Bouquet #AD799C

Color information

#AD799C (or 0xAD799C) is unknown color: approx Bouquet. HEX triplet: AD, 79 and 9C. RGB value is (173,121,156). Sum of RGB (Red+Green+Blue) = 173+121+156=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD799C is #528663. Grayscale: #8C8C8C. Windows color (decimal): -5408356 or 10254765. OLE color: 10254765.

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

Color convert

RGB173121156-
CMYK00.300.100.32
HSL319.62º24.07%57.65%-
HSV(B)319.62º30.06%67.84%-
XYZ30.0724.9634.69-
YUV140.54136.73151.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=38.44%
G=26.89%
B=34.67%

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
Decimal17312115600.300.100.32319.6224.0757.65
HexAD799C01EA20140183a
Octal25517123403612405003072
Binary10101101111100110011100011110101010000010100000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD799C; }

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

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

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

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

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

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

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

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