#A57A96

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

Shades of Bouquet #A57A96

Tints of Bouquet #A57A96

Color information

#A57A96 (or 0xA57A96) is unknown color: approx Bouquet. HEX triplet: A5, 7A and 96. RGB value is (165,122,150). Sum of RGB (Red+Green+Blue) = 165+122+150=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A96 is #5A8569. Grayscale: #898989. Windows color (decimal): -5932394 or 9861797. OLE color: 9861797.

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

Color convert

RGB165122150-
CMYK00.260.090.35
HSL320.93º19.28%56.27%-
HSV(B)320.93º26.06%64.71%-
XYZ27.9824.1232.04-
YUV138.05134.75147.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=37.76%
G=27.92%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512215000.260.090.35320.9319.2856.27
HexA57A9601A9231411338
Octal24517222603211435012370
Binary10100101111101010010110011010100110001110100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A96; }

 p { color: rgb(165,122,150); }

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

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

 a { background-color: rgb(165,122,150); }

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

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

 span { border-color: rgb(165,122,150); }

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