#A9859C

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

Shades of Bouquet #A9859C

Tints of Bouquet #A9859C

Color information

#A9859C (or 0xA9859C) is unknown color: approx Bouquet. HEX triplet: A9, 85 and 9C. RGB value is (169,133,156). Sum of RGB (Red+Green+Blue) = 169+133+156=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A9859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9859C is #567A63. Grayscale: #929292. Windows color (decimal): -5667428 or 10257833. OLE color: 10257833.

HSL color Cylindrical-coordinate representation of color #A9859C: hue angle of 321.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 #A9859C is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169133156-
CMYK00.210.080.34
HSL321.67º17.31%59.22%-
HSV(B)321.67º21.3%66.27%-
XYZ30.7527.6135.16-
YUV146.39133.43144.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=36.90%
G=29.04%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913315600.210.080.34321.6717.3159.22
HexA9859C015822142113b
Octal25120523402510425022173
Binary101010011000010110011100010101100010001010100001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9859C; }

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

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

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

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

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

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

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

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