#A58899

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

Shades of Bouquet #A58899

Tints of Bouquet #A58899

Color information

#A58899 (or 0xA58899) is unknown color: approx Bouquet. HEX triplet: A5, 88 and 99. RGB value is (165,136,153). Sum of RGB (Red+Green+Blue) = 165+136+153=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A58899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58899 is #5A7766. Grayscale: #929292. Windows color (decimal): -5928807 or 10061989. OLE color: 10061989.

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

Color convert

RGB165136153-
CMYK00.180.070.35
HSL324.83º13.88%59.02%-
HSV(B)324.83º17.58%64.71%-
XYZ30.0727.9133.94-
YUV146.61131.61141.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=36.34%
G=29.96%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513615300.180.070.35324.8313.8859.02
HexA58899012723145e3b
Octal2452102310227435051673
Binary1010010110001000100110010100101111000111010001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58899; }

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

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

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

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

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

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

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

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