#A5889B

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

Shades of Bouquet #A5889B

Tints of Bouquet #A5889B

Color information

#A5889B (or 0xA5889B) is unknown color: approx Bouquet. HEX triplet: A5, 88 and 9B. RGB value is (165,136,155). Sum of RGB (Red+Green+Blue) = 165+136+155=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A5889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5889B is #5A7764. Grayscale: #929292. Windows color (decimal): -5928805 or 10193061. OLE color: 10193061.

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

Color convert

RGB165136155-
CMYK00.180.060.35
HSL320.69º13.88%59.02%-
HSV(B)320.69º17.58%64.71%-
XYZ30.2427.9734.82-
YUV146.84132.61140.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=36.18%
G=29.82%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513615500.180.060.35320.6913.8859.02
HexA5889B012623141e3b
Octal2452102330226435011673
Binary1010010110001000100110110100101101000111010000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5889B; }

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

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

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

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

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

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

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

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