#A97399

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

Shades of Bouquet #A97399

Tints of Bouquet #A97399

Color information

#A97399 (or 0xA97399) is unknown color: approx Bouquet. HEX triplet: A9, 73 and 99. RGB value is (169,115,153). Sum of RGB (Red+Green+Blue) = 169+115+153=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A97399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97399 is #568C66. Grayscale: #878787. Windows color (decimal): -5672039 or 10056617. OLE color: 10056617.

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

Color convert

RGB169115153-
CMYK00.320.090.34
HSL317.78º23.89%55.69%-
HSV(B)317.78º31.95%66.27%-
XYZ28.242333.09-
YUV135.48137.89151.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=38.67%
G=26.32%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911515300.320.090.34317.7823.8955.69
HexA9739902092213e1838
Octal25116323104011424763070
Binary101010011110011100110010100000100110001010011111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97399; }

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

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

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

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

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

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

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

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