#AD8997

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

Shades of Bouquet #AD8997

Tints of Bouquet #AD8997

Color information

#AD8997 (or 0xAD8997) is unknown color: approx Bouquet. HEX triplet: AD, 89 and 97. RGB value is (173,137,151). Sum of RGB (Red+Green+Blue) = 173+137+151=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8997 is #527668. Grayscale: #959595. Windows color (decimal): -5404265 or 9931181. OLE color: 9931181.

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

Color convert

RGB173137151-
CMYK00.210.130.32
HSL336.67º18%60.78%-
HSV(B)336.67º20.81%67.84%-
XYZ31.7729.0133.2-
YUV149.36128.93144.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=37.53%
G=29.72%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313715100.210.130.32336.671860.78
HexAD8997015D20151123d
Octal25521122702515405212275
Binary101011011000100110010111010101110110000010101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8997; }

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

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

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

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

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

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

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

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