#A5859A

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

Shades of Bouquet #A5859A

Tints of Bouquet #A5859A

Color information

#A5859A (or 0xA5859A) is unknown color: approx Bouquet. HEX triplet: A5, 85 and 9A. RGB value is (165,133,154). Sum of RGB (Red+Green+Blue) = 165+133+154=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5859A is #5A7A65. Grayscale: #909090. Windows color (decimal): -5929574 or 10126757. OLE color: 10126757.

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

Color convert

RGB165133154-
CMYK00.190.070.35
HSL320.62º15.09%58.43%-
HSV(B)320.62º19.39%64.71%-
XYZ29.7427.1134.24-
YUV144.96133.1142.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=36.50%
G=29.42%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513315400.190.070.35320.6215.0958.43
HexA5859A013723141f3a
Octal2452052320237435011772
Binary1010010110000101100110100100111111000111010000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5859A; }

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

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

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

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

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

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

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

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