#A5889C

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

Shades of Bouquet #A5889C

Tints of Bouquet #A5889C

Color information

#A5889C (or 0xA5889C) is unknown color: approx Bouquet. HEX triplet: A5, 88 and 9C. RGB value is (165,136,156). Sum of RGB (Red+Green+Blue) = 165+136+156=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A5889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5889C is #5A7763. Grayscale: #929292. Windows color (decimal): -5928804 or 10258597. OLE color: 10258597.

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

Color convert

RGB165136156-
CMYK00.180.050.35
HSL318.62º13.88%59.02%-
HSV(B)318.62º17.58%64.71%-
XYZ30.3228.0135.26-
YUV146.95133.11140.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=36.11%
G=29.76%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513615600.180.050.35318.6213.8859.02
HexA5889C01252313fe3b
Octal2452102340225434771673
Binary1010010110001000100111000100101011000111001111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5889C; }

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

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

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

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

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

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

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

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