#A47397

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

Shades of Bouquet #A47397

Tints of Bouquet #A47397

Color information

#A47397 (or 0xA47397) is unknown color: approx Bouquet. HEX triplet: A4, 73 and 97. RGB value is (164,115,151). Sum of RGB (Red+Green+Blue) = 164+115+151=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47397 is #5B8C68. Grayscale: #858585. Windows color (decimal): -5999721 or 9925540. OLE color: 9925540.

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

Color convert

RGB164115151-
CMYK00.300.080.36
HSL315.92º21.21%54.71%-
HSV(B)315.92º29.88%64.31%-
XYZ27.0322.3932.18-
YUV133.76137.73149.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=38.14%
G=26.74%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411515100.300.080.36315.9221.2154.71
HexA4739701E82413c1537
Octal24416322703610444742567
Binary10100100111001110010111011110100010010010011110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47397; }

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

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

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

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

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

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

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

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