#A57792

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

Shades of Bouquet #A57792

Tints of Bouquet #A57792

Color information

#A57792 (or 0xA57792) is unknown color: approx Bouquet. HEX triplet: A5, 77 and 92. RGB value is (165,119,146). Sum of RGB (Red+Green+Blue) = 165+119+146=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57792 is #5A886D. Grayscale: #878787. Windows color (decimal): -5933166 or 9598885. OLE color: 9598885.

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

Color convert

RGB165119146-
CMYK00.280.120.35
HSL324.78º20.35%55.69%-
HSV(B)324.78º27.88%64.71%-
XYZ27.323.2730.25-
YUV135.83133.74148.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=38.37%
G=27.67%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511914600.280.120.35324.7820.3555.69
HexA5779201CC231451438
Octal24516722203414435052470
Binary10100101111011110010010011100110010001110100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57792; }

 p { color: rgb(165,119,146); }

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

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

 a { background-color: rgb(165,119,146); }

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

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

 span { border-color: rgb(165,119,146); }

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