#A9859B

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

Shades of Bouquet #A9859B

Tints of Bouquet #A9859B

Color information

#A9859B (or 0xA9859B) is unknown color: approx Bouquet. HEX triplet: A9, 85 and 9B. RGB value is (169,133,155). Sum of RGB (Red+Green+Blue) = 169+133+155=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A9859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9859B is #567A64. Grayscale: #929292. Windows color (decimal): -5667429 or 10192297. OLE color: 10192297.

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

Color convert

RGB169133155-
CMYK00.210.080.34
HSL323.33º17.31%59.22%-
HSV(B)323.33º21.3%66.27%-
XYZ30.6727.5834.72-
YUV146.27132.93144.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=36.98%
G=29.10%
B=33.92%

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
Decimal16913315500.210.080.34323.3317.3159.22
HexA9859B015822143113b
Octal25120523302510425032173
Binary101010011000010110011011010101100010001010100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9859B; }

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

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

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

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

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

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

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

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