#A97997

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

Shades of Bouquet #A97997

Tints of Bouquet #A97997

Color information

#A97997 (or 0xA97997) is unknown color: approx Bouquet. HEX triplet: A9, 79 and 97. RGB value is (169,121,151). Sum of RGB (Red+Green+Blue) = 169+121+151=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A97997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97997 is #568668. Grayscale: #8A8A8A. Windows color (decimal): -5670505 or 9927081. OLE color: 9927081.

HSL color Cylindrical-coordinate representation of color #A97997: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97997 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169121151-
CMYK00.280.110.34
HSL322.5º21.82%56.86%-
HSV(B)322.5º28.4%66.27%-
XYZ28.7924.3432.46-
YUV138.77134.9149.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=38.32%
G=27.44%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912115100.280.110.34322.521.8256.86
HexA9799701CB221421639
Octal25117122703413425022671
Binary10101001111100110010111011100101110001010100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97997; }

 p { color: rgb(169,121,151); }

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

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

 a { background-color: rgb(169,121,151); }

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

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

 span { border-color: rgb(169,121,151); }

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