#A9859F

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

Shades of Bouquet #A9859F

Tints of Bouquet #A9859F

Color information

#A9859F (or 0xA9859F) is unknown color: approx Bouquet. HEX triplet: A9, 85 and 9F. RGB value is (169,133,159). Sum of RGB (Red+Green+Blue) = 169+133+159=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 169 - color contains mainly: red. Hex color #A9859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9859F is #567A60. Grayscale: #929292. Windows color (decimal): -5667425 or 10454441. OLE color: 10454441.

HSL color Cylindrical-coordinate representation of color #A9859F: hue angle of 316.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9859F is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB169133159-
CMYK00.210.060.34
HSL316.67º17.31%59.22%-
HSV(B)316.67º21.3%66.27%-
XYZ31.0127.7136.52-
YUV146.73134.93143.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=36.66%
G=28.85%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913315900.210.060.34316.6717.3159.22
HexA9859F01562213d113b
Octal2512052370256424752173
Binary10101001100001011001111101010111010001010011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9859F; }

 p { color: rgb(169,133,159); }

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

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

 a { background-color: rgb(169,133,159); }

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

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

 span { border-color: rgb(169,133,159); }

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