#AD8297

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

Shades of Bouquet #AD8297

Tints of Bouquet #AD8297

Color information

#AD8297 (or 0xAD8297) is unknown color: approx Bouquet. HEX triplet: AD, 82 and 97. RGB value is (173,130,151). Sum of RGB (Red+Green+Blue) = 173+130+151=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8297 is #527D68. Grayscale: #919191. Windows color (decimal): -5406057 or 9929389. OLE color: 9929389.

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

Color convert

RGB173130151-
CMYK00.250.130.32
HSL330.7º20.77%59.41%-
HSV(B)330.7º24.86%67.84%-
XYZ30.827.0832.88-
YUV145.25131.25147.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 151 (59.38% from 255) = 33.26%
R=38.11%
G=28.63%
B=33.26%

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
Decimal17313015100.250.130.32330.720.7759.41
HexAD8297019D2014b153b
Octal25520222703115405132573
Binary101011011000001010010111011001110110000010100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8297; }

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

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

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

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

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

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

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

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