#AD8196

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

Shades of Bouquet #AD8196

Tints of Bouquet #AD8196

Color information

#AD8196 (or 0xAD8196) is unknown color: approx Bouquet. HEX triplet: AD, 81 and 96. RGB value is (173,129,150). Sum of RGB (Red+Green+Blue) = 173+129+150=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8196 is #527E69. Grayscale: #909090. Windows color (decimal): -5406314 or 9863597. OLE color: 9863597.

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

Color convert

RGB173129150-
CMYK00.250.130.32
HSL331.36º21.15%59.22%-
HSV(B)331.36º25.43%67.84%-
XYZ30.5926.7932.41-
YUV144.55131.08148.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=38.27%
G=28.54%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312915000.250.130.32331.3621.1559.22
HexAD8196019D2014b153b
Octal25520122603115405132573
Binary101011011000000110010110011001110110000010100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8196; }

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

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

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

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

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

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

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

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