#A17696

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

Shades of Bouquet #A17696

Tints of Bouquet #A17696

Color information

#A17696 (or 0xA17696) is unknown color: approx Bouquet. HEX triplet: A1, 76 and 96. RGB value is (161,118,150). Sum of RGB (Red+Green+Blue) = 161+118+150=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A17696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17696 is #5E8969. Grayscale: #868686. Windows color (decimal): -6195562 or 9860769. OLE color: 9860769.

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

Color convert

RGB161118150-
CMYK00.270.070.37
HSL315.35º18.61%54.71%-
HSV(B)315.35º26.71%63.14%-
XYZ26.6822.7431.84-
YUV134.5136.75146.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=37.53%
G=27.51%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111815000.270.070.37315.3518.6154.71
HexA1769601B72513b1337
Octal2411662260337454732367
Binary1010000111101101001011001101111110010110011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17696; }

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

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

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

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

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

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

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

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