#A9899E

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

Shades of Bouquet #A9899E

Tints of Bouquet #A9899E

Color information

#A9899E (or 0xA9899E) is unknown color: approx Bouquet. HEX triplet: A9, 89 and 9E. RGB value is (169,137,158). Sum of RGB (Red+Green+Blue) = 169+137+158=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A9899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9899E is #567661. Grayscale: #949494. Windows color (decimal): -5666402 or 10389929. OLE color: 10389929.

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

Color convert

RGB169137158-
CMYK00.190.070.34
HSL320.62º15.69%60%-
HSV(B)320.62º18.93%66.27%-
XYZ31.4828.7936.25-
YUV148.96133.1142.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=36.42%
G=29.53%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913715800.190.070.34320.6215.6960
HexA9899E013722141103c
Octal2512112360237425012074
Binary10101001100010011001111001001111110001010100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9899E; }

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

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

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

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

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

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

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

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