#A5899B

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

Shades of Bouquet #A5899B

Tints of Bouquet #A5899B

Color information

#A5899B (or 0xA5899B) is unknown color: approx Bouquet. HEX triplet: A5, 89 and 9B. RGB value is (165,137,155). Sum of RGB (Red+Green+Blue) = 165+137+155=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A5899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5899B is #5A7664. Grayscale: #939393. Windows color (decimal): -5928549 or 10193317. OLE color: 10193317.

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

Color convert

RGB165137155-
CMYK00.170.060.35
HSL321.43º13.46%59.22%-
HSV(B)321.43º16.97%64.71%-
XYZ30.3828.2634.86-
YUV147.42132.28140.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=36.11%
G=29.98%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513715500.170.060.35321.4313.4659.22
HexA5899B011623141d3b
Octal2452112330216435011573
Binary1010010110001001100110110100011101000111010000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5899B; }

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

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

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

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

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

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

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

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