#AD8193

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

Shades of Bouquet #AD8193

Tints of Bouquet #AD8193

Color information

#AD8193 (or 0xAD8193) is unknown color: approx Bouquet. HEX triplet: AD, 81 and 93. RGB value is (173,129,147). Sum of RGB (Red+Green+Blue) = 173+129+147=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8193 is #527E6C. Grayscale: #909090. Windows color (decimal): -5406317 or 9666989. OLE color: 9666989.

HSL color Cylindrical-coordinate representation of color #AD8193: hue angle of 335.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8193 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB173129147-
CMYK00.250.150.32
HSL335.45º21.15%59.22%-
HSV(B)335.45º25.43%67.84%-
XYZ30.3526.6931.16-
YUV144.21129.58148.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=38.53%
G=28.73%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312914700.250.150.32335.4521.1559.22
HexAD8193019F2014f153b
Octal25520122303117405172573
Binary101011011000000110010011011001111110000010100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8193; }

 p { color: rgb(173,129,147); }

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

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

 a { background-color: rgb(173,129,147); }

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

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

 span { border-color: rgb(173,129,147); }

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