#A47295

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

Shades of Bouquet #A47295

Tints of Bouquet #A47295

Color information

#A47295 (or 0xA47295) is unknown color: approx Bouquet. HEX triplet: A4, 72 and 95. RGB value is (164,114,149). Sum of RGB (Red+Green+Blue) = 164+114+149=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A47295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47295 is #5B8D6A. Grayscale: #848484. Windows color (decimal): -5999979 or 9794212. OLE color: 9794212.

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

Color convert

RGB164114149-
CMYK00.300.090.36
HSL318º21.55%54.51%-
HSV(B)318º30.49%64.31%-
XYZ26.7522.131.29-
YUV132.94137.06150.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=38.41%
G=26.70%
B=34.89%

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
Decimal16411414900.300.090.3631821.5554.51
HexA4729501E92413e1637
Octal24416222503611444762667
Binary10100100111001010010101011110100110010010011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47295; }

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

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

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

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

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

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

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

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