#AD8197

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

Shades of Bouquet #AD8197

Tints of Bouquet #AD8197

Color information

#AD8197 (or 0xAD8197) is unknown color: approx Bouquet. HEX triplet: AD, 81 and 97. RGB value is (173,129,151). Sum of RGB (Red+Green+Blue) = 173+129+151=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8197 is #527E68. Grayscale: #909090. Windows color (decimal): -5406313 or 9929133. OLE color: 9929133.

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

Color convert

RGB173129151-
CMYK00.250.130.32
HSL330º21.15%59.22%-
HSV(B)330º25.43%67.84%-
XYZ30.6726.8232.84-
YUV144.66131.58148.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=38.19%
G=28.48%
B=33.33%

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
Decimal17312915100.250.130.3233021.1559.22
HexAD8197019D2014a153b
Octal25520122703115405122573
Binary101011011000000110010111011001110110000010100101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8197; }

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

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

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

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

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

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

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

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