#A47896

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

Shades of Bouquet #A47896

Tints of Bouquet #A47896

Color information

#A47896 (or 0xA47896) is unknown color: approx Bouquet. HEX triplet: A4, 78 and 96. RGB value is (164,120,150). Sum of RGB (Red+Green+Blue) = 164+120+150=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47896 is #5B8769. Grayscale: #888888. Windows color (decimal): -5998442 or 9861284. OLE color: 9861284.

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

Color convert

RGB164120150-
CMYK00.270.090.36
HSL319.09º19.47%55.69%-
HSV(B)319.09º26.83%64.31%-
XYZ27.5323.5331.94-
YUV136.58135.58147.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=37.79%
G=27.65%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412015000.270.090.36319.0919.4755.69
HexA4789601B92413f1338
Octal24417022603311444772370
Binary10100100111100010010110011011100110010010011111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47896; }

 p { color: rgb(164,120,150); }

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

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

 a { background-color: rgb(164,120,150); }

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

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

 span { border-color: rgb(164,120,150); }

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