#AD8199

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

Shades of Bouquet #AD8199

Tints of Bouquet #AD8199

Color information

#AD8199 (or 0xAD8199) is unknown color: approx Bouquet. HEX triplet: AD, 81 and 99. RGB value is (173,129,153). Sum of RGB (Red+Green+Blue) = 173+129+153=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8199 is #527E66. Grayscale: #909090. Windows color (decimal): -5406311 or 10060205. OLE color: 10060205.

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

Color convert

RGB173129153-
CMYK00.250.120.32
HSL327.27º21.15%59.22%-
HSV(B)327.27º25.43%67.84%-
XYZ30.8326.8833.7-
YUV144.89132.58148.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=38.02%
G=28.35%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312915300.250.120.32327.2721.1559.22
HexAD8199019C20147153b
Octal25520123103114405072573
Binary101011011000000110011001011001110010000010100011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8199; }

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

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

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

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

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

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

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

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