#A0A989

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

Shades of Bud #A0A989

Tints of Bud #A0A989

Color information

#A0A989 (or 0xA0A989) is unknown color: approx Bud. HEX triplet: A0, A9 and 89. RGB value is (160,169,137). Sum of RGB (Red+Green+Blue) = 160+169+137=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A989 is #5F5676. Grayscale: #A2A2A2. Windows color (decimal): -6248055 or 9021856. OLE color: 9021856.

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

Color convert

RGB160169137-
CMYK0.0500.190.34
HSL76.88º15.69%60%-
HSV(B)76.88º18.93%66.27%-
XYZ33.237.6629.19-
YUV162.66113.52126.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=34.33%
G=36.27%
B=29.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601691370.0500.190.3476.8815.6960
HexA0A9895013224d103c
Octal2402512115023421152074
Binary101000001010100110001001101010011100010100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A989; }

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

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

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

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

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

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

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

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