#AD849F

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

Shades of Bouquet #AD849F

Tints of Bouquet #AD849F

Color information

#AD849F (or 0xAD849F) is unknown color: approx Bouquet. HEX triplet: AD, 84 and 9F. RGB value is (173,132,159). Sum of RGB (Red+Green+Blue) = 173+132+159=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD849F is #527B60. Grayscale: #939393. Windows color (decimal): -5405537 or 10454189. OLE color: 10454189.

HSL color Cylindrical-coordinate representation of color #AD849F: hue angle of 320.49º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD849F is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173132159-
CMYK00.240.080.32
HSL320.49º20%59.8%-
HSV(B)320.49º23.7%67.84%-
XYZ31.7427.8936.51-
YUV147.34134.58146.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=37.28%
G=28.45%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313215900.240.080.32320.492059.8
HexAD849F018820140143c
Octal25520423703010405002474
Binary101011011000010010011111011000100010000010100000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD849F; }

 p { color: rgb(173,132,159); }

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

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

 a { background-color: rgb(173,132,159); }

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

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

 span { border-color: rgb(173,132,159); }

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