#A8A989

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

Shades of Bud #A8A989

Tints of Bud #A8A989

Color information

#A8A989 (or 0xA8A989) is unknown color: approx Bud. HEX triplet: A8, A9 and 89. RGB value is (168,169,137). Sum of RGB (Red+Green+Blue) = 168+169+137=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A989 is #575676. Grayscale: #A5A5A5. Windows color (decimal): -5723767 or 9021864. OLE color: 9021864.

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

Color convert

RGB168169137-
CMYK0.0100.190.34
HSL61.88º15.69%60%-
HSV(B)61.88º18.93%66.27%-
XYZ34.8538.5129.26-
YUV165.05112.17130.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=35.44%
G=35.65%
B=28.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681691370.0100.190.3461.8815.6960
HexA8A9891013223e103c
Octal250251211102342762074
Binary101010001010100110001001101001110001011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A989; }

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

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

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

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

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

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

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

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