#AD8097

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

Shades of Bouquet #AD8097

Tints of Bouquet #AD8097

Color information

#AD8097 (or 0xAD8097) is unknown color: approx Bouquet. HEX triplet: AD, 80 and 97. RGB value is (173,128,151). Sum of RGB (Red+Green+Blue) = 173+128+151=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8097 is #527F68. Grayscale: #909090. Windows color (decimal): -5406569 or 9928877. OLE color: 9928877.

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

Color convert

RGB173128151-
CMYK00.260.130.32
HSL329.33º21.53%59.02%-
HSV(B)329.33º26.01%67.84%-
XYZ30.5426.5632.79-
YUV144.08131.91148.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=38.27%
G=28.32%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312815100.260.130.32329.3321.5359.02
HexAD809701AD20149163b
Octal25520022703215405112673
Binary101011011000000010010111011010110110000010100100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8097; }

 p { color: rgb(173,128,151); }

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

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

 a { background-color: rgb(173,128,151); }

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

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

 span { border-color: rgb(173,128,151); }

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