#A47195

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

Shades of Bouquet #A47195

Tints of Bouquet #A47195

Color information

#A47195 (or 0xA47195) is unknown color: approx Bouquet. HEX triplet: A4, 71 and 95. RGB value is (164,113,149). Sum of RGB (Red+Green+Blue) = 164+113+149=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A47195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47195 is #5B8E6A. Grayscale: #848484. Windows color (decimal): -6000235 or 9793956. OLE color: 9793956.

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

Color convert

RGB164113149-
CMYK00.310.090.36
HSL317.65º21.89%54.31%-
HSV(B)317.65º31.1%64.31%-
XYZ26.6421.8731.25-
YUV132.35137.4150.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=38.50%
G=26.53%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411314900.310.090.36317.6521.8954.31
HexA4719501F92413e1636
Octal24416122503711444762666
Binary10100100111000110010101011111100110010010011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47195; }

 p { color: rgb(164,113,149); }

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

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

 a { background-color: rgb(164,113,149); }

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

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

 span { border-color: rgb(164,113,149); }

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