#A47696

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

Shades of Bouquet #A47696

Tints of Bouquet #A47696

Color information

#A47696 (or 0xA47696) is unknown color: approx Bouquet. HEX triplet: A4, 76 and 96. RGB value is (164,118,150). Sum of RGB (Red+Green+Blue) = 164+118+150=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47696 is #5B8969. Grayscale: #878787. Windows color (decimal): -5998954 or 9860772. OLE color: 9860772.

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

Color convert

RGB164118150-
CMYK00.280.090.36
HSL318.26º20.18%55.29%-
HSV(B)318.26º28.05%64.31%-
XYZ27.2923.0531.87-
YUV135.4136.24148.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=37.96%
G=27.31%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411815000.280.090.36318.2620.1855.29
HexA4769601C92413e1437
Octal24416622603411444762467
Binary10100100111011010010110011100100110010010011111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47696; }

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

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

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

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

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

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

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

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