#A47395

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

Shades of Bouquet #A47395

Tints of Bouquet #A47395

Color information

#A47395 (or 0xA47395) is unknown color: approx Bouquet. HEX triplet: A4, 73 and 95. RGB value is (164,115,149). Sum of RGB (Red+Green+Blue) = 164+115+149=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A47395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47395 is #5B8C6A. Grayscale: #858585. Windows color (decimal): -5999723 or 9794468. OLE color: 9794468.

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

Color convert

RGB164115149-
CMYK00.300.090.36
HSL318.37º21.21%54.71%-
HSV(B)318.37º29.88%64.31%-
XYZ26.8722.3231.33-
YUV133.53136.73149.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=38.32%
G=26.87%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411514900.300.090.36318.3721.2154.71
HexA4739501E92413e1537
Octal24416322503611444762567
Binary10100100111001110010101011110100110010010011111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47395; }

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

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

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

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

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

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

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

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