#AD8497

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

Shades of Bouquet #AD8497

Tints of Bouquet #AD8497

Color information

#AD8497 (or 0xAD8497) is unknown color: approx Bouquet. HEX triplet: AD, 84 and 97. RGB value is (173,132,151). Sum of RGB (Red+Green+Blue) = 173+132+151=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8497 is #527B68. Grayscale: #929292. Windows color (decimal): -5405545 or 9929901. OLE color: 9929901.

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

Color convert

RGB173132151-
CMYK00.240.130.32
HSL332.2º20%59.8%-
HSV(B)332.2º23.7%67.84%-
XYZ31.0727.6232.97-
YUV146.42130.58146.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 151 (59.38% from 255) = 33.11%
R=37.94%
G=28.95%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313215100.240.130.32332.22059.8
HexAD8497018D2014c143c
Octal25520422703015405142474
Binary101011011000010010010111011000110110000010100110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8497; }

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

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

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

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

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

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

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

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