#AD859B

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

Shades of Bouquet #AD859B

Tints of Bouquet #AD859B

Color information

#AD859B (or 0xAD859B) is unknown color: approx Bouquet. HEX triplet: AD, 85 and 9B. RGB value is (173,133,155). Sum of RGB (Red+Green+Blue) = 173+133+155=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD859B is #527A64. Grayscale: #939393. Windows color (decimal): -5405285 or 10192301. OLE color: 10192301.

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

Color convert

RGB173133155-
CMYK00.230.100.32
HSL327º19.61%60%-
HSV(B)327º23.12%67.84%-
XYZ31.5428.0334.76-
YUV147.47132.25146.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=37.53%
G=28.85%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313315500.230.100.3232719.6160
HexAD859B017A20147143c
Octal25520523302712405072474
Binary101011011000010110011011010111101010000010100011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD859B; }

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

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

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

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

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

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

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

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