#A57299

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

Shades of Bouquet #A57299

Tints of Bouquet #A57299

Color information

#A57299 (or 0xA57299) is unknown color: approx Bouquet. HEX triplet: A5, 72 and 99. RGB value is (165,114,153). Sum of RGB (Red+Green+Blue) = 165+114+153=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A57299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57299 is #5A8D66. Grayscale: #858585. Windows color (decimal): -5934439 or 10056357. OLE color: 10056357.

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

Color convert

RGB165114153-
CMYK00.310.070.35
HSL314.12º22.08%54.71%-
HSV(B)314.12º30.91%64.71%-
XYZ27.2822.3333.01-
YUV133.7138.9150.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=38.19%
G=26.39%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511415300.310.070.35314.1222.0854.71
HexA5729901F72313a1637
Octal2451622310377434722667
Binary1010010111100101001100101111111110001110011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57299; }

 p { color: rgb(165,114,153); }

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

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

 a { background-color: rgb(165,114,153); }

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

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

 span { border-color: rgb(165,114,153); }

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