#AD6A99

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

Shades of Bouquet #AD6A99

Tints of Bouquet #AD6A99

Color information

#AD6A99 (or 0xAD6A99) is unknown color: approx Bouquet. HEX triplet: AD, 6A and 99. RGB value is (173,106,153). Sum of RGB (Red+Green+Blue) = 173+106+153=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A99 is #529566. Grayscale: #838383. Windows color (decimal): -5412199 or 10054317. OLE color: 10054317.

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

Color convert

RGB173106153-
CMYK00.390.120.32
HSL317.91º29%54.71%-
HSV(B)317.91º38.73%67.84%-
XYZ28.1421.4932.8-
YUV131.39140.2157.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 106 (41.80% from 255) = 24.54%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=40.05%
G=24.54%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310615300.390.120.32317.912954.71
HexAD6A99027C2013e1d37
Octal25515223104714404763567
Binary101011011101010100110010100111110010000010011111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A99; }

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

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

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

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

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

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

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

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