#A17499

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

Shades of Bouquet #A17499

Tints of Bouquet #A17499

Color information

#A17499 (or 0xA17499) is unknown color: approx Bouquet. HEX triplet: A1, 74 and 99. RGB value is (161,116,153). Sum of RGB (Red+Green+Blue) = 161+116+153=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A17499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17499 is #5E8B66. Grayscale: #858585. Windows color (decimal): -6196071 or 10056865. OLE color: 10056865.

HSL color Cylindrical-coordinate representation of color #A17499: hue angle of 310.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 #A17499 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB161116153-
CMYK00.280.050.37
HSL310.67º19.31%54.31%-
HSV(B)310.67º27.95%63.14%-
XYZ26.6922.3733.05-
YUV133.67138.91147.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=37.44%
G=26.98%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111615300.280.050.37310.6719.3154.31
HexA1749901C5251371336
Octal2411642310345454672366
Binary1010000111101001001100101110010110010110011011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17499; }

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

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

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

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

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

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

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

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