#A5899E

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

Shades of Bouquet #A5899E

Tints of Bouquet #A5899E

Color information

#A5899E (or 0xA5899E) is unknown color: approx Bouquet. HEX triplet: A5, 89 and 9E. RGB value is (165,137,158). Sum of RGB (Red+Green+Blue) = 165+137+158=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A5899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5899E is #5A7661. Grayscale: #939393. Windows color (decimal): -5928546 or 10389925. OLE color: 10389925.

HSL color Cylindrical-coordinate representation of color #A5899E: hue angle of 315º 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 #A5899E is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165137158-
CMYK00.170.040.35
HSL315º13.46%59.22%-
HSV(B)315º16.97%64.71%-
XYZ30.6328.3636.21-
YUV147.77133.78140.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=35.87%
G=29.78%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513715800.170.040.3531513.4659.22
HexA5899E01142313bd3b
Octal2452112360214434731573
Binary1010010110001001100111100100011001000111001110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5899E; }

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

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

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

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

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

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

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

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