#A58999

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

Shades of Bouquet #A58999

Tints of Bouquet #A58999

Color information

#A58999 (or 0xA58999) is unknown color: approx Bouquet. HEX triplet: A5, 89 and 99. RGB value is (165,137,153). Sum of RGB (Red+Green+Blue) = 165+137+153=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 165 - color contains mainly: red. Hex color #A58999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58999 is #5A7666. Grayscale: #939393. Windows color (decimal): -5928551 or 10062245. OLE color: 10062245.

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

Color convert

RGB165137153-
CMYK00.170.070.35
HSL325.71º13.46%59.22%-
HSV(B)325.71º16.97%64.71%-
XYZ30.2128.1933.99-
YUV147.2131.28140.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=36.26%
G=30.11%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513715300.170.070.35325.7113.4659.22
HexA58999011723146d3b
Octal2452112310217435061573
Binary1010010110001001100110010100011111000111010001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58999; }

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

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

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

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

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

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

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

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