#AD859C

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

Shades of Bouquet #AD859C

Tints of Bouquet #AD859C

Color information

#AD859C (or 0xAD859C) is unknown color: approx Bouquet. HEX triplet: AD, 85 and 9C. RGB value is (173,133,156). Sum of RGB (Red+Green+Blue) = 173+133+156=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD859C is #527A63. Grayscale: #939393. Windows color (decimal): -5405284 or 10257837. OLE color: 10257837.

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

Color convert

RGB173133156-
CMYK00.230.100.32
HSL325.5º19.61%60%-
HSV(B)325.5º23.12%67.84%-
XYZ31.6228.0635.2-
YUV147.58132.75146.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=37.45%
G=28.79%
B=33.77%

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
Decimal17313315600.230.100.32325.519.6160
HexAD859C017A20146143c
Octal25520523402712405062474
Binary101011011000010110011100010111101010000010100011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD859C; }

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

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

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

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

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

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

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

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