#A57296

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

Shades of Bouquet #A57296

Tints of Bouquet #A57296

Color information

#A57296 (or 0xA57296) is unknown color: approx Bouquet. HEX triplet: A5, 72 and 96. RGB value is (165,114,150). Sum of RGB (Red+Green+Blue) = 165+114+150=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A57296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57296 is #5A8D69. Grayscale: #858585. Windows color (decimal): -5934442 or 9859749. OLE color: 9859749.

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

Color convert

RGB165114150-
CMYK00.310.090.35
HSL317.65º22.08%54.71%-
HSV(B)317.65º30.91%64.71%-
XYZ27.0422.2431.72-
YUV133.35137.4150.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=38.46%
G=26.57%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511415000.310.090.35317.6522.0854.71
HexA5729601F92313e1637
Octal24516222603711434762667
Binary10100101111001010010110011111100110001110011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57296; }

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

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

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

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

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

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

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

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