#AD8594

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

Shades of Bouquet #AD8594

Tints of Bouquet #AD8594

Color information

#AD8594 (or 0xAD8594) is unknown color: approx Bouquet. HEX triplet: AD, 85 and 94. RGB value is (173,133,148). Sum of RGB (Red+Green+Blue) = 173+133+148=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8594 is #527A6B. Grayscale: #929292. Windows color (decimal): -5405292 or 9733549. OLE color: 9733549.

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

Color convert

RGB173133148-
CMYK00.230.140.32
HSL337.5º19.61%60%-
HSV(B)337.5º23.12%67.84%-
XYZ30.9727.831.75-
YUV146.67128.75146.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=38.11%
G=29.30%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313314800.230.140.32337.519.6160
HexAD8594017E20152143c
Octal25520522402716405222474
Binary101011011000010110010100010111111010000010101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8594; }

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

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

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

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

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

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

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

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