#A57295

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

Shades of Bouquet #A57295

Tints of Bouquet #A57295

Color information

#A57295 (or 0xA57295) is unknown color: approx Bouquet. HEX triplet: A5, 72 and 95. RGB value is (165,114,149). Sum of RGB (Red+Green+Blue) = 165+114+149=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A57295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57295 is #5A8D6A. Grayscale: #858585. Windows color (decimal): -5934443 or 9794213. OLE color: 9794213.

HSL color Cylindrical-coordinate representation of color #A57295: hue angle of 318.82º 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 #A57295 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB165114149-
CMYK00.310.100.35
HSL318.82º22.08%54.71%-
HSV(B)318.82º30.91%64.71%-
XYZ26.9622.231.3-
YUV133.24136.9150.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=38.55%
G=26.64%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511414900.310.100.35318.8222.0854.71
HexA5729501FA2313f1637
Octal24516222503712434772667
Binary10100101111001010010101011111101010001110011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57295; }

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

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

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

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

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

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

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

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