#A57595

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

Shades of Bouquet #A57595

Tints of Bouquet #A57595

Color information

#A57595 (or 0xA57595) is unknown color: approx Bouquet. HEX triplet: A5, 75 and 95. RGB value is (165,117,149). Sum of RGB (Red+Green+Blue) = 165+117+149=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A57595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57595 is #5A8A6A. Grayscale: #868686. Windows color (decimal): -5933675 or 9794981. OLE color: 9794981.

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

Color convert

RGB165117149-
CMYK00.290.100.35
HSL320º21.05%55.29%-
HSV(B)320º29.09%64.71%-
XYZ27.322.8931.41-
YUV135135.9149.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=38.28%
G=27.15%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511714900.290.100.3532021.0555.29
HexA5759501DA231401537
Octal24516522503512435002567
Binary10100101111010110010101011101101010001110100000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57595; }

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

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

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

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

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

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

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

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