#A97496

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

Shades of Bouquet #A97496

Tints of Bouquet #A97496

Color information

#A97496 (or 0xA97496) is unknown color: approx Bouquet. HEX triplet: A9, 74 and 96. RGB value is (169,116,150). Sum of RGB (Red+Green+Blue) = 169+116+150=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A97496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97496 is #568B69. Grayscale: #878787. Windows color (decimal): -5671786 or 9860265. OLE color: 9860265.

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

Color convert

RGB169116150-
CMYK00.310.110.34
HSL321.51º23.56%55.88%-
HSV(B)321.51º31.36%66.27%-
XYZ28.1123.1331.84-
YUV135.72136.06151.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=38.85%
G=26.67%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911615000.310.110.34321.5123.5655.88
HexA9749601FB221421838
Octal25116422603713425023070
Binary10101001111010010010110011111101110001010100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97496; }

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

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

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

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

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

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

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

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