#A9899F

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

Shades of Bouquet #A9899F

Tints of Bouquet #A9899F

Color information

#A9899F (or 0xA9899F) is unknown color: approx Bouquet. HEX triplet: A9, 89 and 9F. RGB value is (169,137,159). Sum of RGB (Red+Green+Blue) = 169+137+159=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A9899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9899F is #567660. Grayscale: #959595. Windows color (decimal): -5666401 or 10455465. OLE color: 10455465.

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

Color convert

RGB169137159-
CMYK00.190.060.34
HSL318.75º15.69%60%-
HSV(B)318.75º18.93%66.27%-
XYZ31.5728.8336.7-
YUV149.08133.6142.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=36.34%
G=29.46%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913715900.190.060.34318.7515.6960
HexA9899F01362213f103c
Octal2512112370236424772074
Binary10101001100010011001111101001111010001010011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9899F; }

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

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

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

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

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

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

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

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