#A47499

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

Shades of Bouquet #A47499

Tints of Bouquet #A47499

Color information

#A47499 (or 0xA47499) is unknown color: approx Bouquet. HEX triplet: A4, 74 and 99. RGB value is (164,116,153). Sum of RGB (Red+Green+Blue) = 164+116+153=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A47499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47499 is #5B8B66. Grayscale: #868686. Windows color (decimal): -5999463 or 10056868. OLE color: 10056868.

HSL color Cylindrical-coordinate representation of color #A47499: hue angle of 313.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47499 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164116153-
CMYK00.290.070.36
HSL313.75º20.87%54.9%-
HSV(B)313.75º29.27%64.31%-
XYZ27.3122.6833.08-
YUV134.57138.4148.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=37.88%
G=26.79%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411615300.290.070.36313.7520.8754.9
HexA4749901D72413a1537
Octal2441642310357444722567
Binary1010010011101001001100101110111110010010011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47499; }

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

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

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

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

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

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

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

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