#AD6F99

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

Shades of Bouquet #AD6F99

Tints of Bouquet #AD6F99

Color information

#AD6F99 (or 0xAD6F99) is unknown color: approx Bouquet. HEX triplet: AD, 6F and 99. RGB value is (173,111,153). Sum of RGB (Red+Green+Blue) = 173+111+153=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6F99 is #529066. Grayscale: #868686. Windows color (decimal): -5410919 or 10055597. OLE color: 10055597.

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

Color convert

RGB173111153-
CMYK00.360.120.32
HSL319.35º27.43%55.69%-
HSV(B)319.35º35.84%67.84%-
XYZ28.6722.5532.98-
YUV134.33138.54155.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=39.59%
G=25.40%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311115300.360.120.32319.3527.4355.69
HexAD6F99024C2013f1b38
Octal25515723104414404773370
Binary101011011101111100110010100100110010000010011111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F99; }

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

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

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

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

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

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

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

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