#A97A96

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

Shades of Bouquet #A97A96

Tints of Bouquet #A97A96

Color information

#A97A96 (or 0xA97A96) is unknown color: approx Bouquet. HEX triplet: A9, 7A and 96. RGB value is (169,122,150). Sum of RGB (Red+Green+Blue) = 169+122+150=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A96 is #568569. Grayscale: #8B8B8B. Windows color (decimal): -5670250 or 9861801. OLE color: 9861801.

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

Color convert

RGB169122150-
CMYK00.280.110.34
HSL324.26º21.46%57.06%-
HSV(B)324.26º27.81%66.27%-
XYZ28.8324.5632.07-
YUV139.24134.07149.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=38.32%
G=27.66%
B=34.01%

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
Decimal16912215000.280.110.34324.2621.4657.06
HexA97A9601CB221441539
Octal25117222603413425042571
Binary10101001111101010010110011100101110001010100010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A96; }

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

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

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

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

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

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

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

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