#A0AC85

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

Shades of Bud #A0AC85

Tints of Bud #A0AC85

Color information

#A0AC85 (or 0xA0AC85) is unknown color: approx Bud. HEX triplet: A0, AC and 85. RGB value is (160,172,133). Sum of RGB (Red+Green+Blue) = 160+172+133=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC85 is #5F537A. Grayscale: #A4A4A4. Windows color (decimal): -6247291 or 8760480. OLE color: 8760480.

HSL color Cylindrical-coordinate representation of color #A0AC85: hue angle of 78.46º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0AC85 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB160172133-
CMYK0.0700.230.33
HSL78.46º19.02%59.8%-
HSV(B)78.46º22.67%67.45%-
XYZ33.4838.6727.89-
YUV163.97110.52125.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=34.41%
G=36.99%
B=28.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721330.0700.230.3378.4619.0259.8
HexA0AC857017214e133c
Octal2402542057027411162374
Binary101000001010110010000101111010111100001100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC85; }

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

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

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

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

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

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

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

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