#A0A689

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

Shades of Bud #A0A689

Tints of Bud #A0A689

Color information

#A0A689 (or 0xA0A689) is unknown color: approx Bud. HEX triplet: A0, A6 and 89. RGB value is (160,166,137). Sum of RGB (Red+Green+Blue) = 160+166+137=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A689 is #5F5976. Grayscale: #A1A1A1. Windows color (decimal): -6248823 or 9021088. OLE color: 9021088.

HSL color Cylindrical-coordinate representation of color #A0A689: hue angle of 72.41º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0A689 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB160166137-
CMYK0.0400.170.35
HSL72.41º14.01%59.41%-
HSV(B)72.41º17.47%65.1%-
XYZ32.6536.5529-
YUV160.9114.51127.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=34.56%
G=35.85%
B=29.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601661370.0400.170.3572.4114.0159.41
HexA0A68940112348e3b
Octal2402462114021431101673
Binary10100000101001101000100110001000110001110010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A689; }

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

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

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

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

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

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

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

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