#A97391

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

Shades of Bouquet #A97391

Tints of Bouquet #A97391

Color information

#A97391 (or 0xA97391) is unknown color: approx Bouquet. HEX triplet: A9, 73 and 91. RGB value is (169,115,145). Sum of RGB (Red+Green+Blue) = 169+115+145=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A97391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97391 is #568C6E. Grayscale: #868686. Windows color (decimal): -5672047 or 9532329. OLE color: 9532329.

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

Color convert

RGB169115145-
CMYK00.320.140.34
HSL326.67º23.89%55.69%-
HSV(B)326.67º31.95%66.27%-
XYZ27.622.7429.72-
YUV134.57133.89152.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 145 (57.03% from 255) = 33.80%
R=39.39%
G=26.81%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911514500.320.140.34326.6723.8955.69
HexA97391020E221471838
Octal25116322104016425073070
Binary101010011110011100100010100000111010001010100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97391; }

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

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

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

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

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

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

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

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