#A57696

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

Shades of Bouquet #A57696

Tints of Bouquet #A57696

Color information

#A57696 (or 0xA57696) is unknown color: approx Bouquet. HEX triplet: A5, 76 and 96. RGB value is (165,118,150). Sum of RGB (Red+Green+Blue) = 165+118+150=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A57696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57696 is #5A8969. Grayscale: #878787. Windows color (decimal): -5933418 or 9860773. OLE color: 9860773.

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

Color convert

RGB165118150-
CMYK00.280.090.35
HSL319.15º20.7%55.49%-
HSV(B)319.15º28.48%64.71%-
XYZ27.523.1631.87-
YUV135.7136.07148.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=38.11%
G=27.25%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511815000.280.090.35319.1520.755.49
HexA5769601C92313f1537
Octal24516622603411434772567
Binary10100101111011010010110011100100110001110011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57696; }

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

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

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

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

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

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

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

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