#AD849C

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

Shades of Bouquet #AD849C

Tints of Bouquet #AD849C

Color information

#AD849C (or 0xAD849C) is unknown color: approx Bouquet. HEX triplet: AD, 84 and 9C. RGB value is (173,132,156). Sum of RGB (Red+Green+Blue) = 173+132+156=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD849C is #527B63. Grayscale: #929292. Windows color (decimal): -5405540 or 10257581. OLE color: 10257581.

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

Color convert

RGB173132156-
CMYK00.240.100.32
HSL324.88º20%59.8%-
HSV(B)324.88º23.7%67.84%-
XYZ31.4927.7935.16-
YUV146.99133.08146.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=37.53%
G=28.63%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313215600.240.100.32324.882059.8
HexAD849C018A20145143c
Octal25520423403012405052474
Binary101011011000010010011100011000101010000010100010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD849C; }

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

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

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

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

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

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

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

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