#A97394

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

Shades of Bouquet #A97394

Tints of Bouquet #A97394

Color information

#A97394 (or 0xA97394) is unknown color: approx Bouquet. HEX triplet: A9, 73 and 94. RGB value is (169,115,148). Sum of RGB (Red+Green+Blue) = 169+115+148=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A97394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97394 is #568C6B. Grayscale: #868686. Windows color (decimal): -5672044 or 9728937. OLE color: 9728937.

HSL color Cylindrical-coordinate representation of color #A97394: hue angle of 323.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97394 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169115148-
CMYK00.320.120.34
HSL323.33º23.89%55.69%-
HSV(B)323.33º31.95%66.27%-
XYZ27.8422.8330.96-
YUV134.91135.39152.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=39.12%
G=26.62%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911514800.320.120.34323.3323.8955.69
HexA97394020C221431838
Octal25116322404014425033070
Binary101010011110011100101000100000110010001010100001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97394; }

 p { color: rgb(169,115,148); }

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

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

 a { background-color: rgb(169,115,148); }

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

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

 span { border-color: rgb(169,115,148); }

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