#A9899B

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

Shades of Bouquet #A9899B

Tints of Bouquet #A9899B

Color information

#A9899B (or 0xA9899B) is unknown color: approx Bouquet. HEX triplet: A9, 89 and 9B. RGB value is (169,137,155). Sum of RGB (Red+Green+Blue) = 169+137+155=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 169 - color contains mainly: red. Hex color #A9899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9899B is #567664. Grayscale: #949494. Windows color (decimal): -5666405 or 10193321. OLE color: 10193321.

HSL color Cylindrical-coordinate representation of color #A9899B: hue angle of 326.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9899B is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169137155-
CMYK00.190.080.34
HSL326.25º15.69%60%-
HSV(B)326.25º18.93%66.27%-
XYZ31.2228.6934.9-
YUV148.62131.6142.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=36.66%
G=29.72%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913715500.190.080.34326.2515.6960
HexA9899B013822146103c
Octal25121123302310425062074
Binary101010011000100110011011010011100010001010100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9899B; }

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

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

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

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

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

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

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

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