#A47796

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

Shades of Bouquet #A47796

Tints of Bouquet #A47796

Color information

#A47796 (or 0xA47796) is unknown color: approx Bouquet. HEX triplet: A4, 77 and 96. RGB value is (164,119,150). Sum of RGB (Red+Green+Blue) = 164+119+150=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A47796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47796 is #5B8869. Grayscale: #878787. Windows color (decimal): -5998698 or 9861028. OLE color: 9861028.

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

Color convert

RGB164119150-
CMYK00.270.090.36
HSL318.67º19.82%55.49%-
HSV(B)318.67º27.44%64.31%-
XYZ27.4123.2931.9-
YUV135.99135.91147.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=37.88%
G=27.48%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411915000.270.090.36318.6719.8255.49
HexA4779601B92413f1437
Octal24416722603311444772467
Binary10100100111011110010110011011100110010010011111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47796; }

 p { color: rgb(164,119,150); }

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

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

 a { background-color: rgb(164,119,150); }

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

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

 span { border-color: rgb(164,119,150); }

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