#A5859B

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

Shades of Bouquet #A5859B

Tints of Bouquet #A5859B

Color information

#A5859B (or 0xA5859B) is unknown color: approx Bouquet. HEX triplet: A5, 85 and 9B. RGB value is (165,133,155). Sum of RGB (Red+Green+Blue) = 165+133+155=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A5859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5859B is #5A7A64. Grayscale: #919191. Windows color (decimal): -5929573 or 10192293. OLE color: 10192293.

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

Color convert

RGB165133155-
CMYK00.190.060.35
HSL318.75º15.09%58.43%-
HSV(B)318.75º19.39%64.71%-
XYZ29.8227.1434.68-
YUV145.08133.6142.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=36.42%
G=29.36%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513315500.190.060.35318.7515.0958.43
HexA5859B01362313ff3a
Octal2452052330236434771772
Binary1010010110000101100110110100111101000111001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5859B; }

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

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

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

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

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

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

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

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