#A5889A

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

Shades of Bouquet #A5889A

Tints of Bouquet #A5889A

Color information

#A5889A (or 0xA5889A) is unknown color: approx Bouquet. HEX triplet: A5, 88 and 9A. RGB value is (165,136,154). Sum of RGB (Red+Green+Blue) = 165+136+154=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 165 - color contains mainly: red. Hex color #A5889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5889A is #5A7765. Grayscale: #929292. Windows color (decimal): -5928806 or 10127525. OLE color: 10127525.

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

Color convert

RGB165136154-
CMYK00.180.070.35
HSL322.76º13.88%59.02%-
HSV(B)322.76º17.58%64.71%-
XYZ30.1527.9434.38-
YUV146.72132.11141.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=36.26%
G=29.89%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513615400.180.070.35322.7613.8859.02
HexA5889A012723143e3b
Octal2452102320227435031673
Binary1010010110001000100110100100101111000111010000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5889A; }

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

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

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

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

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

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

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

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