#A58496

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

Shades of Bouquet #A58496

Tints of Bouquet #A58496

Color information

#A58496 (or 0xA58496) is unknown color: approx Bouquet. HEX triplet: A5, 84 and 96. RGB value is (165,132,150). Sum of RGB (Red+Green+Blue) = 165+132+150=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A58496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58496 is #5A7B69. Grayscale: #8F8F8F. Windows color (decimal): -5929834 or 9864357. OLE color: 9864357.

HSL color Cylindrical-coordinate representation of color #A58496: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A58496 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB165132150-
CMYK00.200.090.35
HSL327.27º15.49%58.24%-
HSV(B)327.27º20%64.71%-
XYZ29.2726.732.47-
YUV143.92131.43143.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=36.91%
G=29.53%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513215000.200.090.35327.2715.4958.24
HexA58496014923147f3a
Octal24520422602411435071772
Binary10100101100001001001011001010010011000111010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58496; }

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

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

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

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

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

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

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

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