#AD859E

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

Shades of Bouquet #AD859E

Tints of Bouquet #AD859E

Color information

#AD859E (or 0xAD859E) is unknown color: approx Bouquet. HEX triplet: AD, 85 and 9E. RGB value is (173,133,158). Sum of RGB (Red+Green+Blue) = 173+133+158=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD859E is #527A61. Grayscale: #939393. Windows color (decimal): -5405282 or 10388909. OLE color: 10388909.

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

Color convert

RGB173133158-
CMYK00.230.090.32
HSL322.5º19.61%60%-
HSV(B)322.5º23.12%67.84%-
XYZ31.7928.1336.1-
YUV147.81133.75145.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=37.28%
G=28.66%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313315800.230.090.32322.519.6160
HexAD859E017920142143c
Octal25520523602711405022474
Binary101011011000010110011110010111100110000010100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD859E; }

 p { color: rgb(173,133,158); }

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

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

 a { background-color: rgb(173,133,158); }

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

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

 span { border-color: rgb(173,133,158); }

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