#AD8394

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

Shades of Bouquet #AD8394

Tints of Bouquet #AD8394

Color information

#AD8394 (or 0xAD8394) is unknown color: approx Bouquet. HEX triplet: AD, 83 and 94. RGB value is (173,131,148). Sum of RGB (Red+Green+Blue) = 173+131+148=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8394 is #527C6B. Grayscale: #919191. Windows color (decimal): -5405804 or 9733037. OLE color: 9733037.

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

Color convert

RGB173131148-
CMYK00.240.140.32
HSL335.71º20.39%59.61%-
HSV(B)335.71º24.28%67.84%-
XYZ30.727.2531.66-
YUV145.5129.41147.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=38.27%
G=28.98%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313114800.240.140.32335.7120.3959.61
HexAD8394018E20150143c
Octal25520322403016405202474
Binary101011011000001110010100011000111010000010101000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8394; }

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

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

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

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

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

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

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

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