#A97996

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

Shades of Bouquet #A97996

Tints of Bouquet #A97996

Color information

#A97996 (or 0xA97996) is unknown color: approx Bouquet. HEX triplet: A9, 79 and 96. RGB value is (169,121,150). Sum of RGB (Red+Green+Blue) = 169+121+150=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A97996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97996 is #568669. Grayscale: #8A8A8A. Windows color (decimal): -5670506 or 9861545. OLE color: 9861545.

HSL color Cylindrical-coordinate representation of color #A97996: hue angle of 323.75º 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 #A97996 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169121150-
CMYK00.280.110.34
HSL323.75º21.82%56.86%-
HSV(B)323.75º28.4%66.27%-
XYZ28.724.3132.03-
YUV138.66134.4149.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=38.41%
G=27.5%
B=34.09%

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
Decimal16912115000.280.110.34323.7521.8256.86
HexA9799601CB221441639
Octal25117122603413425042671
Binary10101001111100110010110011100101110001010100010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97996; }

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

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

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

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

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

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

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

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