#A47995

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

Shades of Bouquet #A47995

Tints of Bouquet #A47995

Color information

#A47995 (or 0xA47995) is unknown color: approx Bouquet. HEX triplet: A4, 79 and 95. RGB value is (164,121,149). Sum of RGB (Red+Green+Blue) = 164+121+149=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47995 is #5B866A. Grayscale: #888888. Windows color (decimal): -5998187 or 9796004. OLE color: 9796004.

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

Color convert

RGB164121149-
CMYK00.260.090.36
HSL320.93º19.11%55.88%-
HSV(B)320.93º26.22%64.31%-
XYZ27.5723.7431.56-
YUV137.05134.75147.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=37.79%
G=27.88%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412114900.260.090.36320.9319.1155.88
HexA4799501A9241411338
Octal24417122503211445012370
Binary10100100111100110010101011010100110010010100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47995; }

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

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

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

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

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

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

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

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