#A0AA85

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

Shades of Bud #A0AA85

Tints of Bud #A0AA85

Color information

#A0AA85 (or 0xA0AA85) is unknown color: approx Bud. HEX triplet: A0, AA and 85. RGB value is (160,170,133). Sum of RGB (Red+Green+Blue) = 160+170+133=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA85 is #5F557A. Grayscale: #A2A2A2. Windows color (decimal): -6247803 or 8759968. OLE color: 8759968.

HSL color Cylindrical-coordinate representation of color #A0AA85: hue angle of 76.22º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0AA85 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB160170133-
CMYK0.0600.220.33
HSL76.22º17.87%59.41%-
HSV(B)76.22º21.76%66.67%-
XYZ33.1137.9227.76-
YUV162.79111.19126.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=34.56%
G=36.72%
B=28.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701330.0600.220.3376.2217.8759.41
HexA0AA856016214c123b
Octal2402522056026411142273
Binary101000001010101010000101110010110100001100110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA85; }

 p { color: rgb(160,170,133); }

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

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

 a { background-color: rgb(160,170,133); }

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

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

 span { border-color: rgb(160,170,133); }

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