#A17496

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

Shades of Bouquet #A17496

Tints of Bouquet #A17496

Color information

#A17496 (or 0xA17496) is unknown color: approx Bouquet. HEX triplet: A1, 74 and 96. RGB value is (161,116,150). Sum of RGB (Red+Green+Blue) = 161+116+150=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17496 is #5E8B69. Grayscale: #858585. Windows color (decimal): -6196074 or 9860257. OLE color: 9860257.

HSL color Cylindrical-coordinate representation of color #A17496: hue angle of 314.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A17496 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB161116150-
CMYK00.280.070.37
HSL314.67º19.31%54.31%-
HSV(B)314.67º27.95%63.14%-
XYZ26.4522.2731.76-
YUV133.33137.41147.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=37.70%
G=27.17%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111615000.280.070.37314.6719.3154.31
HexA1749601C72513b1336
Octal2411642260347454732366
Binary1010000111101001001011001110011110010110011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17496; }

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

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

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

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

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

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

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

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