#A5889D

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

Shades of Bouquet #A5889D

Tints of Bouquet #A5889D

Color information

#A5889D (or 0xA5889D) is unknown color: approx Bouquet. HEX triplet: A5, 88 and 9D. RGB value is (165,136,157). Sum of RGB (Red+Green+Blue) = 165+136+157=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A5889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5889D is #5A7762. Grayscale: #939393. Windows color (decimal): -5928803 or 10324133. OLE color: 10324133.

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

Color convert

RGB165136157-
CMYK00.180.050.35
HSL316.55º13.88%59.02%-
HSV(B)316.55º17.58%64.71%-
XYZ30.4128.0435.71-
YUV147.06133.61140.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=36.03%
G=29.69%
B=34.28%

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
Decimal16513615700.180.050.35316.5513.8859.02
HexA5889D01252313de3b
Octal2452102350225434751673
Binary1010010110001000100111010100101011000111001111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5889D; }

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

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

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

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

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

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

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

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