#A58099

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

Shades of Bouquet #A58099

Tints of Bouquet #A58099

Color information

#A58099 (or 0xA58099) is unknown color: approx Bouquet. HEX triplet: A5, 80 and 99. RGB value is (165,128,153). Sum of RGB (Red+Green+Blue) = 165+128+153=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A58099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58099 is #5A7F66. Grayscale: #8D8D8D. Windows color (decimal): -5930855 or 10059941. OLE color: 10059941.

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

Color convert

RGB165128153-
CMYK00.220.070.35
HSL319.46º17.05%57.45%-
HSV(B)319.46º22.42%64.71%-
XYZ28.9925.7433.58-
YUV141.91134.26144.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=37.00%
G=28.70%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512815300.220.070.35319.4617.0557.45
HexA5809901672313f1139
Octal2452002310267434772171
Binary10100101100000001001100101011011110001110011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58099; }

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

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

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

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

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

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

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

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