#A47599

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

Shades of Bouquet #A47599

Tints of Bouquet #A47599

Color information

#A47599 (or 0xA47599) is unknown color: approx Bouquet. HEX triplet: A4, 75 and 99. RGB value is (164,117,153). Sum of RGB (Red+Green+Blue) = 164+117+153=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47599 is #5B8A66. Grayscale: #878787. Windows color (decimal): -5999207 or 10057124. OLE color: 10057124.

HSL color Cylindrical-coordinate representation of color #A47599: hue angle of 314.04º 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 #A47599 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164117153-
CMYK00.290.070.36
HSL314.04º20.52%55.1%-
HSV(B)314.04º28.66%64.31%-
XYZ27.4222.9233.11-
YUV135.16138.07148.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=37.79%
G=26.96%
B=35.25%

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
Decimal16411715300.290.070.36314.0420.5255.1
HexA4759901D72413a1537
Octal2441652310357444722567
Binary1010010011101011001100101110111110010010011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47599; }

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

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

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

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

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

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

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

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