#A9859D

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

Shades of Bouquet #A9859D

Tints of Bouquet #A9859D

Color information

#A9859D (or 0xA9859D) is unknown color: approx Bouquet. HEX triplet: A9, 85 and 9D. RGB value is (169,133,157). Sum of RGB (Red+Green+Blue) = 169+133+157=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A9859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9859D is #567A62. Grayscale: #929292. Windows color (decimal): -5667427 or 10323369. OLE color: 10323369.

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

Color convert

RGB169133157-
CMYK00.210.070.34
HSL320º17.31%59.22%-
HSV(B)320º21.3%66.27%-
XYZ30.8427.6435.61-
YUV146.5133.93144.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=36.82%
G=28.98%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913315700.210.070.3432017.3159.22
HexA9859D015722140113b
Octal2512052350257425002173
Binary10101001100001011001110101010111110001010100000010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9859D; }

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

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

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

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

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

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

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

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