#AD7799

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

Shades of Bouquet #AD7799

Tints of Bouquet #AD7799

Color information

#AD7799 (or 0xAD7799) is unknown color: approx Bouquet. HEX triplet: AD, 77 and 99. RGB value is (173,119,153). Sum of RGB (Red+Green+Blue) = 173+119+153=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7799 is #528866. Grayscale: #8A8A8A. Windows color (decimal): -5408871 or 10057645. OLE color: 10057645.

HSL color Cylindrical-coordinate representation of color #AD7799: hue angle of 322.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7799 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173119153-
CMYK00.310.120.32
HSL322.22º24.77%57.25%-
HSV(B)322.22º31.21%67.84%-
XYZ29.5824.3833.28-
YUV139.02135.89152.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=38.88%
G=26.74%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311915300.310.120.32322.2224.7757.25
HexAD779901FC201421939
Octal25516723103714405023171
Binary10101101111011110011001011111110010000010100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7799; }

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

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

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

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

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

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

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

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