#A97096

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

Shades of Bouquet #A97096

Tints of Bouquet #A97096

Color information

#A97096 (or 0xA97096) is unknown color: approx Bouquet. HEX triplet: A9, 70 and 96. RGB value is (169,112,150). Sum of RGB (Red+Green+Blue) = 169+112+150=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A97096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97096 is #568F69. Grayscale: #858585. Windows color (decimal): -5672810 or 9859241. OLE color: 9859241.

HSL color Cylindrical-coordinate representation of color #A97096: hue angle of 320º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97096 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169112150-
CMYK00.340.110.34
HSL320º24.89%55.1%-
HSV(B)320º33.73%66.27%-
XYZ27.6622.2331.69-
YUV133.38137.38153.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=39.21%
G=25.99%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911215000.340.110.3432024.8955.1
HexA97096022B221401937
Octal25116022604213425003167
Binary101010011110000100101100100010101110001010100000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97096; }

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

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

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

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

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

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

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

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