#A9899A

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

Shades of Bouquet #A9899A

Tints of Bouquet #A9899A

Color information

#A9899A (or 0xA9899A) is unknown color: approx Bouquet. HEX triplet: A9, 89 and 9A. RGB value is (169,137,154). Sum of RGB (Red+Green+Blue) = 169+137+154=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A9899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9899A is #567665. Grayscale: #949494. Windows color (decimal): -5666406 or 10127785. OLE color: 10127785.

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

Color convert

RGB169137154-
CMYK00.190.090.34
HSL328.12º15.69%60%-
HSV(B)328.12º18.93%66.27%-
XYZ31.1428.6634.46-
YUV148.51131.1142.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=36.74%
G=29.78%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913715400.190.090.34328.1215.6960
HexA9899A013922148103c
Octal25121123202311425102074
Binary101010011000100110011010010011100110001010100100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9899A; }

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

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

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

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

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

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

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

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