#A17E99

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

Shades of Bouquet #A17E99

Tints of Bouquet #A17E99

Color information

#A17E99 (or 0xA17E99) is unknown color: approx Bouquet. HEX triplet: A1, 7E and 99. RGB value is (161,126,153). Sum of RGB (Red+Green+Blue) = 161+126+153=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E99 is #5E8166. Grayscale: #8B8B8B. Windows color (decimal): -6193511 or 10059425. OLE color: 10059425.

HSL color Cylindrical-coordinate representation of color #A17E99: hue angle of 313.71º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17E99 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB161126153-
CMYK00.220.050.37
HSL313.71º15.7%56.27%-
HSV(B)313.71º21.74%63.14%-
XYZ27.9124.833.45-
YUV139.54135.6143.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=36.59%
G=28.64%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112615300.220.050.37313.7115.756.27
HexA17E9901652513a1038
Octal2411762310265454722070
Binary1010000111111101001100101011010110010110011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E99; }

 p { color: rgb(161,126,153); }

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

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

 a { background-color: rgb(161,126,153); }

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

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

 span { border-color: rgb(161,126,153); }

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