#A97995

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

Shades of Bouquet #A97995

Tints of Bouquet #A97995

Color information

#A97995 (or 0xA97995) is unknown color: approx Bouquet. HEX triplet: A9, 79 and 95. RGB value is (169,121,149). Sum of RGB (Red+Green+Blue) = 169+121+149=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A97995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97995 is #56866A. Grayscale: #8A8A8A. Windows color (decimal): -5670507 or 9796009. OLE color: 9796009.

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

Color convert

RGB169121149-
CMYK00.280.120.34
HSL325º21.82%56.86%-
HSV(B)325º28.4%66.27%-
XYZ28.6224.2831.61-
YUV138.54133.9149.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=38.50%
G=27.56%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912114900.280.120.3432521.8256.86
HexA9799501CC221451639
Octal25117122503414425052671
Binary10101001111100110010101011100110010001010100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97995; }

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

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

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

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

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

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

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

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